Perfect-HTTPServer
HTTP 1.1 Server for Perfect
This repository contains the main HTTP 1.1 server as well as the beginnings of the HTTP 2.0 support for the project.
If you are using this server for your Perfect Server-Side Swift project then this will be the main dependency for your project.
.Package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", versions: Version(0,0,0)..<Version(10,0,0)
If you are starting out with Perfect look at the main Perfect repository for details.
If you are beginning a new project with Perfect look at the PerfectTemplate project for starter instructions.