File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -423,11 +423,9 @@ \subsection{HTTPRedirectHandler Objects \label{http-redirect-handler}}
423
423
requests must not be automatically redirected without confirmation by
424
424
the user. In reality, browsers do allow automatic redirection of
425
425
these responses, changing the POST to a GET, and the default
426
- implementation reproduces this behaviour.}
427
-
426
+ implementation reproduces this behavior.}
428
427
\end {methoddesc }
429
428
430
-
431
429
\begin {methoddesc }[HTTPRedirectHandler]{http_error_301}{req,
432
430
fp, code, msg, hdrs}
433
431
Redirect to the \code {Location:} URL. This method is called by
@@ -451,6 +449,8 @@ \subsection{HTTPRedirectHandler Objects \label{http-redirect-handler}}
451
449
fp, code, msg, hdrs}
452
450
The same as \method {http_error_301()}, but called for the
453
451
`temporary redirect' response.
452
+ \end {methoddesc }
453
+
454
454
455
455
\subsection {ProxyHandler Objects \label {proxy-handler } }
456
456
You can’t perform that action at this time.
0 commit comments