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

refactor(http): move unstable APIs (header, method, signed-cookie) #5938

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Sep 11, 2024

This PR moves header, method, and signed-cookie APIs to unstable-* paths.

I'll work on route in another PR, as it seems needing further care because of the dependency from deno init --serve

part of #5920

@github-actions github-actions bot added the http label Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.32%. Comparing base (635a886) to head (b465f49).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5938      +/-   ##
==========================================
- Coverage   96.32%   96.32%   -0.01%     
==========================================
  Files         483      483              
  Lines       39415    39415              
  Branches     5838     5838              
==========================================
- Hits        37968    37965       -3     
- Misses       1405     1408       +3     
  Partials       42       42              

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

@kt3k kt3k merged commit 8d7e184 into denoland:main Sep 11, 2024
16 checks passed
@kt3k kt3k deleted the refactor-http-move-unstables branch September 11, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants