Expand description
Helpers for HTTP response generation
Functions
- Produces a simple empty
Responsewith a provided status. - Produces a simple empty
Responsewith aLocationheader and a 308 status. - Creates a
Responseobject and populates it with a set of default headers that help to improve security and conformance to best practice. - Produces a simple empty
Responsewith aLocationheader and a 307 status.