Docs.rs
zino-http-0.1.1
zino-http 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
photino
Dependencies
bytes ^1.9.0
normal
cookie ^0.18.1
normal
optional
etag ^4.0.0
normal
fluent ^0.16.1
normal
optional
futures ^0.3.31
normal
http ^1.2.0
normal
http ^0.2.12
normal
optional
jwt-simple ^0.12.10
normal
optional
metrics ^0.24.1
normal
optional
mime_guess ^2.0.5
normal
multer ^3.1.0
normal
percent-encoding ^2.3.1
normal
regex ^1.11.1
normal
reqwest ^0.12.9
normal
ryu ^1.0.18
normal
serde ^1.0.215
normal
serde_json ^1.0.133
normal
serde_qs ^0.13.0
normal
smallvec ^1.13.2
normal
toml ^0.8.19
normal
tracing ^0.1.41
normal
unic-langid ^0.9.5
normal
optional
url ^2.5.4
normal
zino-auth ^0.1.0
normal
optional
zino-core ^0.29.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
zino_
http
0.1.1
Status
Code
Aliased type
In zino_
http::
response
zino_http
::
response
Type Alias
StatusCode
Copy item path
Source
pub type StatusCode =
StatusCode
;
Expand description
An HTTP status code.
Aliased Type
ยง
struct StatusCode(
/* private fields */
);