-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Document params of Application.make_handler()
.
#1132
Conversation
Current coverage is 98.28% (diff: 100%)@@ master #1132 diff @@
==========================================
Files 28 28
Lines 6465 6465
Methods 0 0
Messages 0 0
Branches 1083 1083
==========================================
Hits 6354 6354
Misses 61 61
Partials 50 50
|
@asvetlov Please check descriptions of parameters. I didn't find proper descriptions for some of them. Maybe you could point how to describe better. Also maybe we should drop some from the list. |
'0.0.0.0', 8080) | ||
Creates HTTP protocol factory for handling requests. | ||
|
||
:param handler: Request handler. Default: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop it from doc.
It's a hidden param, not part of public API (at least now now).
beb8af8
to
5736198
Compare
All the changes according to the comments in code review are done. |
- Dropped hidden parameters, and the code example for `secure_proxy_ssl_header` according to code review notes.
5736198
to
9486c52
Compare
Thanks |
What do these changes do?
Explicitly document parameters of
aiohttp.web.Application.make_handler()
method.Are there changes in behavior for the user?
Documentation became more clear.
Related issue number
#1129
Also see this thread: #1123 (comment)
Checklist