Compare commits
No commits in common. "d78c6658386228d7c6f5107c3f65a56e052bac33" and "adc5185227cf47ef70b88f1792e4fc4103bd956a" have entirely different histories.
d78c665838
...
adc5185227
|
|
@ -16,5 +16,5 @@ async def set_body(request: Request, body: bytes):
|
||||||
|
|
||||||
async def get_body(request: Request) -> bytes:
|
async def get_body(request: Request) -> bytes:
|
||||||
body = await request.body()
|
body = await request.body()
|
||||||
await set_body(request, body)
|
await set_body(request,body)
|
||||||
return body
|
return body
|
||||||
Loading…
Reference in New Issue