mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
get_method() returns a method name, not take it as an argument
(backporting to release24-maint branch)
This commit is contained in:
parent
f2dbeff60b
commit
cc97ebf577
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ string, and will change the request to be \code{POST} rather than
|
||||||
|
|
||||||
\begin{methoddesc}[Request]{get_method}{}
|
\begin{methoddesc}[Request]{get_method}{}
|
||||||
Return a string indicating the HTTP request method. This is only
|
Return a string indicating the HTTP request method. This is only
|
||||||
meaningful for HTTP requests, and currently always takes one of the
|
meaningful for HTTP requests, and currently always returns
|
||||||
values ("GET", "POST").
|
\code{'GET'} or \code{'POST'}.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[Request]{has_data}{}
|
\begin{methoddesc}[Request]{has_data}{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue