Docs.rs
mco-http-0.1.32
mco-http 0.1.32
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
base64 ^0.21.5
normal
buf-read-ext ^0.4.0
normal
crossbeam ^0.8
normal
crossbeam-channel ^0.5
normal
dark-std ^0.2
normal
optional
encoding ^0.2
normal
httparse ^1
normal
httpdate ^1
normal
language-tags ^0.2.2
normal
log ^0.4
normal
mco ^0.1
normal
optional
mime ^0.2
normal
num_cpus ^1.0
normal
serde ^1
normal
serde_json ^1
normal
optional
serde_urlencoded ^0.7
normal
textnonce ^1
normal
time ^0.1
normal
traitobject ^0.1
normal
typeable ^0.1
normal
unicase ^1.0
normal
url ^1.0
normal
Versions
88.3%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mco_
http
0.1.32
In mco_
http::
json
mco_http
::
json
Function
read_json
Copy item path
Source
pub fn read_json<T:
DeserializeOwned
>(req: &mut
Request
<'_, '_>) ->
Result
<T>