import Foundation

/// Factory building HTTP adapter.
open class HTTPAdapterFactory: HTTPAuthenticationAdapterFactory {
    required public init(serverHost: String, serverPort: Int, auth: HTTPAuthentication?) {