CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Nov 2015 |
| SPMSupports SPM | ✗ |
Maintained by Paulo Faria.
Curvature provides HTTP request/response entities Swift 2.
Foundation dependency (Linux ready)let request = HTTPRequest(method: .GET, uri: URI(path: "/"))
let response = HTTPResponse(status: .OK)To use Curvature in a command line application:
Curvature is released under the MIT license. See LICENSE for details.