Update documentation to include http_error_308()

This commit is contained in:
Jochem Schulenklopper 2020-04-18 19:54:18 +02:00 committed by GitHub
parent 89027c4e2c
commit 4ccfa0229a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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