requests must not be automatically redirected without confirmation by
the user. In reality, browsers do allow automatic redirection of
these responses, changing the POST to a GET, and the default
- implementation reproduces this behaviour.}
-
+ implementation reproduces this behavior.}
\end{methoddesc}
-
\begin{methoddesc}[HTTPRedirectHandler]{http_error_301}{req,
fp, code, msg, hdrs}
Redirect to the \code{Location:} URL. This method is called by
fp, code, msg, hdrs}
The same as \method{http_error_301()}, but called for the
`temporary redirect' response.
+\end{methoddesc}
+
\subsection{ProxyHandler Objects \label{proxy-handler}}