Docs.rs
dioxus-static-site-generation-0.6.0-alpha.4
dioxus-static-site-generation 0.6.0-alpha.4
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jkelleyrtp
Dependencies
axum ^0.7.0
normal
optional
dioxus-cli-config ^0.6.0-alpha.4
normal
optional
dioxus-devtools ^0.6.0-alpha.4
normal
optional
dioxus-fullstack ^0.6.0-alpha.4
normal
dioxus-isrg ^0.6.0-alpha.4
normal
optional
dioxus-lib ^0.6.0-alpha.4
normal
dioxus-router ^0.6.0-alpha.4
normal
dioxus-ssr ^0.6.0-alpha.4
normal
optional
dioxus-web ^0.6.0-alpha.4
normal
optional
http ^1.0.0
normal
optional
tokio ^1.40
normal
optional
tower ^0.4.13
normal
optional
tower-http ^0.5.2
normal
optional
tracing ^0.1.37
normal
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dioxus_
static_
site_
generation
0.6.0-alpha.4
Module middleware
Module Items
Structs
Traits
In dioxus_
static_
site_
generation::
prelude::
server_
fn
dioxus_static_site_generation
::
prelude
::
server_fn
Module
middleware
Copy item path
Source
Expand description
Types to add server middleware to a server function.
Structs
§
Boxed
Service
A type-erased service, which takes an HTTP request and returns a response.
Traits
§
Layer
An abstraction over a middleware layer, which can be used to add additional middleware layer to a
Service
.
Service
A service converts an HTTP request into a response.