rhttp 0.0.1

rhttp is rust http library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rhttp"
version = "0.0.1"
authors = ["Hanjae Lee <hanjae.lee@icloud.com>"]
description = "rhttp is rust http library" 
license = "Apache-2.0"
repository = "https://github.com/hanjaelee/rust-http.git"
hompage = "https://github.com/hanjaelee/rust-http.git"
readme = "README.md"
keywords = ["request", "http"]

[dependencies]
url = "0.2.37"
openssl = "0.6.5"