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 db09553 commit e39112aCopy full SHA for e39112a
Sources/AsyncHTTPClient/Configuration+BrowserLike.swift
@@ -11,6 +11,9 @@
11
// SPDX-License-Identifier: Apache-2.0
12
//
13
//===----------------------------------------------------------------------===//
14
+import NIOSSL
15
+import NIOCore
16
+import NIOHTTPCompression
17
18
// swift-format-ignore: DontRepeatTypeInStaticProperties
19
extension HTTPClient.Configuration {
Sources/AsyncHTTPClient/ConnectionPool.swift
@@ -12,6 +12,8 @@
+import CNIOLinux
import NIOSSL
#if canImport(Darwin)
0 commit comments