-
-
Notifications
You must be signed in to change notification settings - Fork 135
Add support for aiohttp.web
#571
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
Add support for aiohttp.web
#571
Conversation
Hello, @p1c2u I see you are the lead maintainer for this library. Just wanted to send a ping on this PR - let me know if I've missed any steps for contributing. |
Codecov Report
@@ Coverage Diff @@
## master #571 +/- ##
==========================================
+ Coverage 90.30% 90.36% +0.06%
==========================================
Files 124 127 +3
Lines 3682 3738 +56
Branches 442 454 +12
==========================================
+ Hits 3325 3378 +53
- Misses 302 303 +1
- Partials 55 57 +2
|
thank you for your contribution. It looks very good. We just need to add documentation for the integration. |
e8a5712
to
d6e26fc
Compare
@p1c2u Done! Also rebased off of main. There were some changes to dependencies so I had to regenerate the lockfile. |
470f8d2
to
5d6a246
Compare
|
Now it's good to go. @seandstewart thank you for your work. |
This PR adds support for
aiohttp.web
Response
andRequest
objects.I made the explicit choice to require passing in the response body for validation, given it's an async operation to fetch it.