Perform HTTP Refresh redirections.
Note that if a non-200 HTTP code has occurred (for example, a 30x redirect), this processor will do nothing.
By default, only zero-time Refresh headers are redirected. Use the max_time attribute / constructor argument to allow Refresh with longer pauses. Use the honor_time attribute / constructor argument to control whether the requested pause is honoured (with a time.sleep()) or skipped in favour of immediate redirection.
Public attributes:
max_time: see above honor_time: see above
There are no implemented interfaces.
handler_order
(type:
int
)
1000
add_parent(parent)
close()
http_response(request, response)
https_response(request, response)
There are no known subclasses.