-
Notifications
You must be signed in to change notification settings - Fork 119
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
support nhttp
for webhook handler
#494
Conversation
Does this library support returning responses from a |
Handler signature assume the only |
We already have a |
nhttp |
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!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #494 +/- ##
==========================================
- Coverage 46.31% 46.25% -0.06%
==========================================
Files 19 19
Lines 5640 5649 +9
Branches 227 227
==========================================
+ Hits 2612 2613 +1
- Misses 3025 3033 +8
Partials 3 3
☔ View full report in Codecov by Sentry. |
@all-contributors add @shevernitskiy for their code |
I've put up a pull request to add @shevernitskiy! 🎉 |
@shevernitskiy we usually require all contributors to sign their commits. I overruled this now and merged anyway, but please consider signing your commits in the future. |
This PR adds support for nhttp for webhook handler.