http_req 0.2.1

simple HTTP client with built-in HTTPS support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "http_req"
version = "0.2.1"
license = "MIT"
description = "simple HTTP client with built-in HTTPS support"
repository = "https://github.com/jayjamesjay/http_req"
authors = ["jajamesjay <kubaj55@poczta.fm>"]
readme = "README.md"
categories = ["web-programming::http-client", "network-programming"]
keywords = ["http", "client", "request"]

[dependencies]
native-tls = "0.2.1"

[badges]
travis-ci = { repository = "jayjamesjay/http_req"}