Skip to main content

Module response

Module response 

Source
Expand description

HTTP response builder and utilities

Internal response building that gets wrapped by Context methods.

Modules§

helpers
Helper functions for common responses

Structs§

ResponseBuilder
Response builder for constructing HTTP responses

Enums§

UltimoBody
The response body used throughout Ultimo.

Type Aliases§

BoxError
Boxed error carried by a streaming response body. A stream item that yields Err(_) aborts the response connection.
Response
HTTP Response type used throughout Ultimo