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.
Otherside is an HTTP responder interface for Swift 2.
Foundation dependency (Linux ready)struct HTTPServerResponder : HTTPResponderType {
func respond(request: HTTPRequest) -> HTTPResponse {
// do something based on the HTTPRequest
return HTTPResponse(status: .OK)
}
}To use Otherside in a command line application:
Otherside is released under the MIT license. See LICENSE for details.