Skip to content

Conversation

@Joshuahoky
Copy link
Contributor

What type of PR is this?

refactor

What this PR does / why we need it (English/Chinese):

This PR decouples the proxy extension from a concrete client implementation by
accepting the hertz doer interface instead. This allows the same logic to be reused
by other extension libraries without introducing hard dependencies.

Additionally, JoinURLPath is updated to detect absolute URLs using "://"
instead of only checking for "http", making the path handling more robust for
different schemes (e.g. sd://).

Which issue(s) this PR fixes:

@DMwangnima DMwangnima merged commit 01b88f8 into hertz-contrib:master Dec 17, 2025
2 of 6 checks passed
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.

2 participants