http_req 0.1.1

minimal library for making HTTP requests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "http_req"
version = "0.1.1"
license = "MIT"
description = "minimal library for making HTTP requests."
repository = "https://github.com/jayjamesjay/http_req"
authors = ["jajamesjay <kubaj55@poczta.fm>"]
travis-ci = { repository = "https://github.com/jayjamesjay/http_req", branch = "master" }

[dependencies]
native-tls = "0.2.1"