mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
note
This commit is contained in:
@@ -82,7 +82,8 @@ Here, we'll process our data in the background, while responding immediately to
|
||||
|
||||
|
||||
# Parse the incoming data as form-encoded.
|
||||
data = await resp.media('form') # 'json' and 'yaml' formats are also supported.
|
||||
# Note: 'json' and 'yaml' formats are also supported.
|
||||
data = await resp.media('form')
|
||||
|
||||
# Process the data (in the background).
|
||||
process_data(data)
|
||||
|
||||
Reference in New Issue
Block a user