Skip to content
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): add http module #29

Merged
merged 40 commits into from
Jan 24, 2024
Merged

feat(http): add http module #29

merged 40 commits into from
Jan 24, 2024

Conversation

gabeidx
Copy link
Member

@gabeidx gabeidx commented May 4, 2023

This PRs adds the first version of the http module.

  • Implementation has tests
  • Documentation is written

@gabeidx gabeidx added the module: http http module related topics label May 4, 2023
@gabeidx gabeidx self-assigned this May 4, 2023
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Attention: 38 lines in your changes are missing coverage. Please review.

Comparison is base (ae6bb7d) 92.50% compared to head (5065ca3) 80.90%.

Files Patch % Lines
http/router.ts 86.42% 38 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              0.x      #29       +/-   ##
===========================================
- Coverage   92.50%   80.90%   -11.60%     
===========================================
  Files          14       11        -3     
  Lines         280      508      +228     
  Branches       28       47       +19     
===========================================
+ Hits          259      411      +152     
- Misses         21       96       +75     
- Partials        0        1        +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gabeidx gabeidx changed the title feat: add http module feat(http): add http module May 4, 2023
@deno-deploy deno-deploy bot requested a deployment to Preview May 5, 2023 14:52 Abandoned
@gabeidx gabeidx changed the base branch from main to 0.x May 5, 2023 18:04
@gabeidx gabeidx merged commit 5065ca3 into 0.x Jan 24, 2024
6 of 8 checks passed
@gabeidx gabeidx deleted the http branch January 24, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: http http module related topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant