CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

Elysian 0.1.1

Elysian 0.1.1

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 0.1.1

  • By
  • Paulo Faria

Elysian

codecov.io

Elysian provides HTTP request/response + JSON for Swift 2.

Features

  • [x] No Foundation dependency (Linux ready)

Usage

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)

Installation

Command Line Application

To use Elysian in a command line application:

License

Elysian is released under the MIT license. See LICENSE for details.