Docs.rs
spring-web-0.4.16
spring-web 0.4.16
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
holmofy
Dependencies
aide ^0.16.0-alpha.1
normal
optional
anyhow ^1.0
normal
axum ^0.8
normal
byte-unit ^5.1
normal
indexmap ^2.0
normal
inventory ^0.3.15
normal
rmpv ^1.3
normal
optional
schemars ^1.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
socketioxide ^0.17.2
normal
optional
spring ^0.4
normal
spring-macros ^0.4
normal
thiserror ^2.0
normal
tokio ^1.47
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
serde_json ^1.0
dev
tower ^0.5
dev
Versions
93.51%
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
HttpStatusCode
spring_
web
0.4.16
Http
Status
Code
Required Methods
status_code
Implementors
In crate spring_
web
spring_web
Trait
Http
Status
Code
Copy item path
Source
pub trait HttpStatusCode { // Required method fn
status_code
(&self) ->
StatusCode
; }
Required Methods
§
Source
fn
status_code
(&self) ->
StatusCode
Implementors
§