File tree 4 files changed +0
-14
lines changed
4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- import NIOCore
16
- import NIOHTTP1
17
-
18
15
extension HTTPClient . Configuration {
19
16
/// Proxy server configuration
20
17
/// Specifies the remote address of an HTTP proxy.
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import NIOCore
19
19
import NIOHTTP1
20
20
import NIOHTTPCompression
21
21
import NIOPosix
22
- import NIOSOCKS
23
22
import NIOSSL
24
23
import NIOTLS
25
24
import NIOTransportServices
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ import Foundation
16
16
import Logging
17
17
import NIOConcurrencyHelpers
18
18
import NIOCore
19
- import NIOFoundationCompat
20
19
import NIOHTTP1
21
- import NIOHTTPCompression
22
20
import NIOSSL
23
21
24
22
extension HTTPClient {
Original file line number Diff line number Diff line change 13
13
//===----------------------------------------------------------------------===//
14
14
15
15
import Foundation
16
- #if canImport(Network)
17
- import Network
18
- #endif
19
- import Logging
20
16
import NIOCore
21
- import NIOHTTP1
22
- import NIOHTTPCompression
23
- import NIOSSL
24
- import NIOTransportServices
25
17
26
18
public final class HTTPClientCopyingDelegate : HTTPClientResponseDelegate {
27
19
public typealias Response = Void
You can’t perform that action at this time.
0 commit comments