Skip to content

chore: Merge hyper-as-feature feature branch#121

Merged
keelerm84 merged 9 commits intomainfrom
feat/hyper-as-feature
Feb 25, 2026
Merged

chore: Merge hyper-as-feature feature branch#121
keelerm84 merged 9 commits intomainfrom
feat/hyper-as-feature

Conversation

@keelerm84
Copy link
Member

BEGIN_COMMIT_OVERRIDE
feat!: Use launchdarkly-sdk-transport instead of relying directly on hyper
feat!: Introduce new hyper related features native-tls, hyper-rustls-native-roots, hyper-rustls-webpki-roots
feat: Support http proxy through explicit config or environment variable detection
END_COMMIT_OVERRIDE

…115)

This commit introduces proxy handling functionality for the hyper
transport, including automatic instrumentation through environment
variables.

If HTTPS_PROXY is defined, all HTTPS traffic will potentially be routed
through this proxy.

If HTTP_PROXY is ALSO specified, then HTTP traffic will be routed
through it. However, if HTTP_PROXY is specified without HTTPS_PROXY,
then all traffic (http and https) will be routed through the HTTP_PROXY.
@keelerm84 keelerm84 requested a review from a team as a code owner February 24, 2026 15:26
@keelerm84 keelerm84 merged commit 7419d59 into main Feb 25, 2026
4 checks passed
@keelerm84 keelerm84 deleted the feat/hyper-as-feature branch February 25, 2026 18:24
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