This commit is contained in:
Jacob Henry 2019-03-03 00:07:01 -05:00
parent 97b3689899
commit adb5fda917
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ class ClientWrapper(object):
if request.can_read_body:
# Get the payload
print("Got a normal request: {}".format(request))
print(await request.post())
content = await request.read()
print(content)
# Decode it