Docs.rs
wsd-1.1.1
wsd 1.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sweihub
Dependencies
native-json ^1.1
normal
reqwest ^0.11
normal
serde ^1.0.147
normal
serde_json ^1.0.87
normal
Versions
90%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wsd
1.1.1
Module http
Module Items
Structs
Functions
In crate wsd
wsd
Module
http
Copy item path
Source
Expand description
Provides most simple ways to make http request, simple as what JavaScript dose!
Structs
§
Data
Method
The Request Method (VERB)
Request
Most simple way to make http request, using keep-alive connection pooling.
Functions
§
get
Most simple way to make a http get request, the gzip was enabled by default
post
Most simple way to make a http post request, the gzip will be enabled if data greater than 1 KB.