Module axum::response[][src]

Expand description

Types and traits for generating responses.

Re-exports

pub use crate::Json;

Modules

Server-Sent Events (SSE) responses.

Structs

A response with headers.

An HTML response.

Response that redirects the request to another location.

An SSE response

Traits

Trait for generating responses.