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 7ed3dce commit b735100Copy full SHA for b735100
Sources/async-http-client/proxy/http/Configuration.swift
@@ -37,7 +37,7 @@ public extension Http{
37
38
/// An object that coordinates a group of related, network data transfer task
39
/// @unchecked Sendable
40
- private let session : URLSession
+ public let session : URLSession
41
42
// MARK: - Life circle
43
0 commit comments