chttp 0.1.4

The practical HTTP client that is fun to use.
Documentation
[package]
name = "chttp"
version = "0.1.4"
description = "The practical HTTP client that is fun to use."
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
license = "MIT"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client"]
repository = "https://github.com/sagebind/chttp"

[features]
default = []

[dependencies]
curl = "0.4"
http = "0.1"
ringtail = "0.1"

[dependencies.json]
version = "0.11"
optional = true