We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5617c4d commit 9fd56c1Copy full SHA for 9fd56c1
Sources/OpenAPIURLSession/URLSessionTransport.swift
@@ -114,9 +114,7 @@ public struct URLSessionTransport: ClientTransport {
114
115
/// Creates a new URLSession-based transport.
116
/// - Parameter configuration: A set of configuration values used by the transport.
117
- public init(configuration: Configuration = .init(httpBodyProcessingMode: .platformDefault)) {
118
- self.configuration = configuration
119
- }
+ public init(configuration: Configuration = .init()) { self.configuration = configuration }
120
121
/// Sends the underlying HTTP request and returns the received HTTP response.
122
/// - Parameters:
0 commit comments