Expand description
Defines Router functionality which acts on the Response
Structs
- An extender that does not alter the response.
- Holds an immutable collection of
ResponseExtendervalues, as configured usingResponseFinalizerBuilder::add. This type is constructed automatically when using thegotham::router::builderAPI. SeeRouterBuilder::add_response_extenderfor details on configuringResponseExtendervalues for eachStatusCode. - Builds an immutable
ResponseFinalizer.
Traits
- Allow complex types to extend the
Responsebased on currentStateandResponsedata. - Extend the
Responsebased on currentStateandResponsedata.