Merge pull request #16 from cbess/patch-3
Fix list formatting in Request Data docs
This commit is contained in:
commit
475880765e
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
The following request variables are accessible as properties:
|
The following request variables are accessible as properties:
|
||||||
|
|
||||||
request.files (dictionary of File objects) - List of files that have a name, body, and type
|
`request.files` (dictionary of File objects) - List of files that have a name, body, and type
|
||||||
request.json (any) - JSON body
|
`request.json` (any) - JSON body
|
||||||
request.args (dict) - Query String variables. Use getlist to get multiple of the same name
|
`request.args` (dict) - Query String variables. Use getlist to get multiple of the same name
|
||||||
request.form (dict) - Posted form variables. Use getlist to get multiple of the same name
|
`request.form` (dict) - Posted form variables. Use getlist to get multiple of the same name
|
||||||
|
|
||||||
See request.py for more information
|
See request.py for more information
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user