Skip to content

refactor(deps): remove dependency on url::Url - #914

Merged
0x676e67 merged 32 commits into
mainfrom
uri
Aug 30, 2025
Merged

refactor(deps): remove dependency on url::Url#914
0x676e67 merged 32 commits into
mainfrom
uri

Conversation

@0x676e67

@0x676e67 0x676e67 commented Aug 29, 2025

Copy link
Copy Markdown
Owner

This PR removes the dependency on url::Url and replaces it with http::Uri, which avoids redundant URL parsing. In addition, http::Uri offers better performance with zero-copy and allows cheap cloning. The cookie jar API has also been refactored with a more ergonomic design.

@0x676e67
0x676e67 marked this pull request as ready for review August 30, 2025 03:02
@0x676e67
0x676e67 merged commit 356950d into main Aug 30, 2025
18 checks passed
@0x676e67
0x676e67 deleted the uri branch August 30, 2025 08:08
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.

1 participant