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

Fix: QueryParams::iter, Response::complete (don't use set Date #121

Merged
merged 2 commits into from
Apr 20, 2024

Conversation

kana-rus
Copy link
Collaborator

Fix

  • QueryParams::iter ... Found returning value with = ( like ?name=ohkami to ( "name", "=ohkami" ) ) and fixed
  • Response::complete ... Don't use set Date in worker because it doesn't support time

Change

  • store env, ctx in Request instead of static variable ... For repeated requests in development with miniflare

…in worker) & Change: store `env`, `ctx` in `Request` instead of static var
@kana-rus kana-rus merged commit 55ac9f2 into main Apr 20, 2024
2 checks passed
@kana-rus kana-rus deleted the fix_req_res branch April 20, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant