Next Next commit
[WIP] [AHC Transport] Async bodies + swift-http-types adoption
  • Loading branch information
@czechboy0
czecy0 committedSep 7, 2023
commit 5718552c2f81af7c8a3375ed52bae08e62b14c9e
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,6 +42,7 @@ let package = Package(
.package(url: "https://.com/swift-server/async-http-client.git", from: "1.19.0"),
.package(url: "https://.com/apple/swift-openapi-runtime", "0.1.3" ..< "0.3.0"),
.package(url: "https://.com/apple/swift-docc-plugin", from: "1.0.0"),
// .package(url: "https://.com/guoye-zhang/swift-nio-extras", branch: "http-types"),
],
targets: [
.target(
Expand All@@ -50,6 +51,8 @@ let package = Package(
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
.product(name: "AsyncHTTPClient", package: "async-http-client"),
.product(name: "NIOFoundationCompat", package: "swift-nio"),
// .product(name: "NIOHTTPTypes", package: "swift-nio-extras"),
// .product(name: "NIOHTTPTypesHTTP1", package: "swift-nio-extras"),
],
swiftSettings: swiftSettings
),
Expand Down