This commit is contained in:
2018-10-14 06:59:26 -04:00
parent de9516563a
commit 7991bcbf1a
+2 -1
View File
@@ -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)