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