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