Skip to content

keyvariable/kvServerKit.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kvHttp2Kit-Swift

Swift 5.2 Linux macOS

A collection of auxiliaries for HTTP and HTTP/2 on Swift. It's based on SwiftNIO.

Supported Platforms

The same as SwiftNIO.

Getting Started

Swift Tools 5.2+

Package Dependencies:

dependencies: [
    .package(url: "https://github.com/keyvariable/kvHttp2Kit-Swift", from: "0.2.0"),
]

Target Dependencies:

dependencies: [
    .product(name: "kvHttp2Kit", package: "kvHttp2Kit-Swift"),
]

Xcode

Documentation: Adding Package Dependencies to Your App.

Authors

About

A cross-platform framework providing API to implement servers on Swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published