-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 middleware on_request
and on_response
#2398
Conversation
Without docstrings these methods do not show up in the autogenerated documentation.
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.
LGTM. Thank you!
Codecov Report
@@ Coverage Diff @@
## main #2398 +/- ##
=============================================
- Coverage 87.167% 87.107% -0.060%
=============================================
Files 60 60
Lines 5003 5003
Branches 905 905
=============================================
- Hits 4361 4358 -3
- Misses 470 472 +2
- Partials 172 173 +1
Continue to review full report at Codecov.
|
I don't understand how any of my changes correlate to the tests failing. 🤔 |
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.
Thanks for the addition.
Summary
When looking through the documentation I was unable to find these two methods, without docstrings these methods do not show up in the autogenerated documentation.
There's not much more to say about this change.