Curvature 0.1.1

Curvature 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2015
SPMSupports SPM

Maintained by Paulo Faria.



Curvature 0.1.1

  • By
  • Paulo Faria

Curvature

Curvature provides HTTP request/response entities Swift 2.

Features

  • [x] No Foundation dependency (Linux ready)

Usage

let request = HTTPRequest(method: .GET, uri: URI(path: "/"))
let response = HTTPResponse(status: .OK)

Installation

Command Line Application

To use Curvature in a command line application:

License

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