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.
2 parents 8bcff49 + 6248bbc commit 8b57396Copy full SHA for 8b57396
Sources/SwiftHttp/UrlSessionHttpClient.swift
@@ -47,6 +47,7 @@ public struct UrlSessionHttpClient: HttpClient {
47
///
48
/// - Returns: An instance of `HTTPClient`.
49
50
+ @_disfavoredOverload
51
@available(*, deprecated, message: "Use init(session:logLevel:) instead.")
52
public init(session: URLSession = .shared, log: Bool = false) {
53
var logger = Logger(label: loggerLabel)
0 commit comments