Crate yew_extra

Crate yew_extra 

Source
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 FromRequestParts trait.
extract_with_state
Extracts data from the request using Axum’s FromRequestParts trait with state support.
provide_request_parts
Provides request parts to the current context.