http_req 0.4.3

simple and lightweight HTTP client with built-in HTTPS support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "http_req"

version = "0.4.3"

license = "MIT"

description = "simple and lightweight 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"]

edition = "2018"



[dependencies]

native-tls = "^0.2.2"



[badges]

travis-ci = { repository = "jayjamesjay/http_req"}