HTTP response object.
make interface.http.response()
: Class constructor.content
: Output of response.content_type
: Type of content.headers
: Additional HTTP headers to return.location
: Location, for redirects.status_code
: Status code to return.emit()
: Write response as string.write(text)
: Write text to output.