We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smth like
await response.stream.read(2**8)
(read n bytes, throws EOF) or at least
await response.content
would be useful
such that response directly includes the response headers & code, but the response content is async
response
soo similar to how aiohttp works
aiohttp
The text was updated successfully, but these errors were encountered:
good idea.
Sorry, something went wrong.
No branches or pull requests
smth like
(read n bytes, throws EOF)
or at least
would be useful
such that
response
directly includes the response headers & code, but the response content is asyncsoo similar to how
aiohttp
worksThe text was updated successfully, but these errors were encountered: