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 54bb5d0 commit 2ee71ceCopy full SHA for 2ee71ce
Sources/AsyncHTTPClient/HTTPHandler.swift
@@ -13,18 +13,19 @@
13
//===----------------------------------------------------------------------===//
14
15
import Algorithms
16
-#if compiler(>=6.0)
17
-import Foundation
18
-#else
19
-@preconcurrency import Foundation
20
-#endif
21
import Logging
22
import NIOConcurrencyHelpers
23
import NIOCore
24
import NIOHTTP1
25
import NIOPosix
26
import NIOSSL
27
+#if compiler(>=6.0)
+import Foundation
+#else
+@preconcurrency import Foundation
+#endif
28
+
29
extension HTTPClient {
30
/// A request body.
31
public struct Body: Sendable {
0 commit comments