Docs.rs
wired_handler_hyper-0.11.2
wired_handler_hyper 0.11.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MarekWojt
Dependencies
async_fn_traits ^0.1.1
normal
diesel ^2.2.6
normal
optional
diesel-async ^0.5.2
normal
optional
diesel_migrations ^2.2.0
normal
optional
futures ^0.3.31
normal
http ^1.2.0
normal
http-body-util ^0.1.2
normal
hyper ^1.5.2
normal
hyper-tungstenite ^0.17.0
normal
optional
hyper-util ^0.1.10
normal
serde ^1.0.216
normal
serde_html_form ^0.2.7
normal
serde_json ^1.0.134
normal
optional
thiserror ^2.0.9
normal
tokio ^1.42.0
normal
tracing ^0.1.41
normal
uuid ^1.11.0
normal
wired_handler ^0.11.2
normal
Versions
50.61%
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
wired_
handler_
hyper
0.11.2
All Items
Crate Items
Modules
Macros
Enums
Traits
Crate
wired_handler_hyper
Copy item path
Source
Modules
§
data
prelude
state
Macros
§
actions
Sugar for definining actions by method. Creates an OPTIONS endpoint as well, so use it as late as possible. Returns an error to the client for non-existing routes
routes
Sugar for definining routes. Takes the next path element and matches it. Returns an error to the client for non-existing routes
run_
handler
Runs a handler/middleware. Interrupts execution by
return
ing if return value is
Err
or
Break
Enums
§
RunHttp
Server
Error
Traits
§
RunHttp
Server
Ext