-
Notifications
You must be signed in to change notification settings - Fork 629
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
feat(http/unstable): route
module
#5644
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5644 +/- ##
==========================================
- Coverage 96.44% 95.85% -0.60%
==========================================
Files 468 470 +2
Lines 38220 38198 -22
Branches 5542 5511 -31
==========================================
- Hits 36863 36614 -249
- Misses 1315 1542 +227
Partials 42 42 ☔ View full report in Codecov by Sentry. |
We now use |
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
This PR adds routing functionality to
@std/http
. This implementation aims to:Deno.serve()
anddeno serve
.Benchmarks
Source
Results