Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "request"
description = "Request"
version = "0.0.4"
authors = ["Graham Lee <ghmlee@ghmlee.com>"]
license = "Apache-2.0"
homepage = "https://github.com/ghmlee/rust-request"
repository = "https://github.com/ghmlee/rust-request.git"
documentation = "https://ghmlee.github.io/rust-request/doc/request"
readme = "README.md"
keywords = ["request", "http", "client", "hyper", "postman"]

[dependencies]
url = "0.2.30"
openssl = "0.6.1"