Skip to content

Commit 22f04cb

Browse files
committed
Started work on h2
1 parent 0a6bef5 commit 22f04cb

32 files changed

+7400
-504
lines changed

Diff for: Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.27.0"),
25+
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.7.0"),
2526
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.13.0"),
2627
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
2728
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.5.1"),
@@ -30,7 +31,7 @@ let package = Package(
3031
targets: [
3132
.target(
3233
name: "AsyncHTTPClient",
33-
dependencies: ["NIO", "NIOHTTP1", "NIOSSL", "NIOConcurrencyHelpers", "NIOHTTPCompression",
34+
dependencies: ["NIO", "NIOHTTP1", "NIOHTTP2", "NIOSSL", "NIOConcurrencyHelpers", "NIOHTTPCompression",
3435
"NIOFoundationCompat", "NIOTransportServices", "Logging"]
3536
),
3637
.testTarget(

0 commit comments

Comments
 (0)