Expand description
Helpers for HTTP response generation
Functionsยง
- create_
empty_ response - Produces a simple empty
Response
with a provided status. - create_
permanent_ redirect - Produces a simple empty
Response
with aLocation
header and a 308 status. - create_
response - Creates a
Response
object 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
Response
with aLocation
header and a 307 status.