mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 08:52:42 +08:00
add NIOHTTPCompression library (#31)
This commit is contained in:
parent
7a3e42a40f
commit
575263e5f1
@ -34,6 +34,7 @@ let package = Package(
|
||||
products: [
|
||||
.executable(name: "HTTPServerWithQuiescingDemo", targets: ["HTTPServerWithQuiescingDemo"]),
|
||||
.library(name: "NIOExtras", targets: ["NIOExtras"]),
|
||||
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-nio.git", .branch("master")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user