Module response

Source
Expand description

Additional types for generating responses.

Re-exports§

pub use file_stream::FileStream;file-stream
pub use crate::json_lines::JsonLines;json-lines
pub use crate::typed_header::TypedHeader;typed-header

Modules§

file_streamfile-stream
Module for handling file streams.
multiplemultipart
Generate forms to use in responses.

Structs§

Attachmentattachment
A file attachment response.
Css
A CSS response.
ErasedJsonerased-json
A response type that holds a JSON in serialized form.
InternalServerErrorerror-response
Convenience response to create an error response from a non-IntoResponse error
JavaScript
A JavaScript response.
Wasm
A WASM response.