Update documentation to include http_error_308()
This commit is contained in:
parent
89027c4e2c
commit
4ccfa0229a
|
@ -874,6 +874,12 @@ HTTPRedirectHandler Objects
|
|||
response.
|
||||
|
||||
|
||||
.. method:: HTTPRedirectHandler.http_error_308(req, fp, code, msg, hdrs)
|
||||
|
||||
The same as :meth:`http_error_301`, but called for the 'permanent redirect'
|
||||
response.
|
||||
|
||||
|
||||
.. _http-cookie-processor:
|
||||
|
||||
HTTPCookieProcessor Objects
|
||||
|
|
Loading…
Reference in New Issue