Module gotham::router::response::finalizer [] [src]

Defines functionality for finalizing a Response after all Pipelines, Middlewares, Handlers and interal Extenders have completed.

Structs

ResponseFinalizer

Invokes a response finalizer if a finalizer has been associated with the status code of the response and the body of the response has not yet been populated.

ResponseFinalizerBuilder

Builds an immutable ResponseFinalizer