Skip to content

[AHC Transport] Async bodies + swift-http-types adoption #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 27, 2023
Prev Previous commit
Next Next commit
Remove commented-out dependencies
  • Loading branch information
czechboy0 committed Sep 18, 2023
commit 12e53c44da896338ce7b81a0da5a00c7e48b9c44
3 changes: 0 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ let package = Package(
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.19.0"),
.package(url: "https://github.com/apple/swift-openapi-runtime", "0.1.3" ..< "0.3.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
// .package(url: "https://github.com/guoye-zhang/swift-nio-extras", branch: "http-types"),
],
targets: [
.target(
Expand All @@ -51,8 +50,6 @@ 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