diff --git a/Sources/OpenAPIAsyncHTTPClient/AsyncHTTPClientTransport.swift b/Sources/OpenAPIAsyncHTTPClient/AsyncHTTPClientTransport.swift index 6694a42..a43a074 100644 --- a/Sources/OpenAPIAsyncHTTPClient/AsyncHTTPClientTransport.swift +++ b/Sources/OpenAPIAsyncHTTPClient/AsyncHTTPClientTransport.swift @@ -135,7 +135,7 @@ public struct AsyncHTTPClientTransport: ClientTransport { /// Creates a new transport. /// - Parameter configuration: A set of configuration values used by the transport. - public init(configuration: Configuration) { + public init(configuration: Configuration = .init()) { self.init(configuration: configuration, requestSender: AsyncHTTPRequestSender()) }