-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Documentation Error for Response parameters #944
Labels
Milestone
Comments
@asvetlov What is the intended behavior in this case? |
It's implementation bug. |
Sure thing |
3 tasks
Fixed by #1124 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the documentation for
states that
However, if I do not set the
text
argument (but set thebody
argument instead) thecontent_type
is not set at all (whereas the documentation says it should be automatically set toapplication/octet-stream
).Python 3.5.1 and aiohttp 0.21.0
The text was updated successfully, but these errors were encountered: