set content type
This commit is contained in:
parent
34d6aa5a36
commit
1a4d4997da
@ -77,7 +77,8 @@ async def test_data(api_key: str, request: Request, size: str) -> StreamingRespo
|
|||||||
|
|
||||||
return StreamingResponse(
|
return StreamingResponse(
|
||||||
status_code=status.HTTP_200_OK,
|
status_code=status.HTTP_200_OK,
|
||||||
content=generate_data(size, BUFFER_SIZE)
|
content=generate_data(size, BUFFER_SIZE),
|
||||||
|
headers={'Content-Type': 'application/octet-stream'}
|
||||||
)
|
)
|
||||||
|
|
||||||
except MinSizePerRequestError:
|
except MinSizePerRequestError:
|
||||||
|
Loading…
Reference in New Issue
Block a user