Expand description
Defines functionality for finalizing a Response after all pipelines, middlewares, handlers
and internal extenders have completed.
Structs
Holds an immutable collection of ResponseExtender values, as configured using
ResponseFinalizerBuilder::add. This type is constructed automatically when using the
gotham::router::builder API. See RouterBuilder::add_response_extender for details on
configuring ResponseExtender values for each StatusCode.
Builds an immutable ResponseFinalizer.