add test
This commit is contained in:
parent
4abca8119b
commit
d78c665838
|
|
@ -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