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

Defines functionality for extending a Response.

Structs

NoopResponseExtender

An extender that does not alter the response.

Traits

ResponseExtender

Allow complex types to extend the Response based on current State and Response data.

StaticResponseExtender

Extend the Response based on current State and Response data.