Expand description
§yew_extra
Utilities for Yew server-side rendering with Axum integration.
This crate provides helpers to extract Axum request data within Yew server functions,
similar to how leptos_axum provides extraction helpers for Leptos.
Structs§
- Parts
- Component parts of an HTTP
Request
Functions§
- clear_
request_ parts - Clears the request parts from context.
- extract
- Extracts data from the request using Axum’s
FromRequestPartstrait. - extract_
with_ state - Extracts data from the request using Axum’s
FromRequestPartstrait with state support. - provide_
request_ parts - Provides request parts to the current context.