New Feature: HTTP CONNECT Handler #63
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package x/httpproxy provides an
http.Handler
to handle HTTP CONNECT proxy requests. It relays these connections to their intended destinations using an inputtransport.StreamDialer
.Key Benefits
Run Your Own Local Proxy: This feature enables you to operate your own local proxy that can leverage the SDK transports.
Easier Integration: You can integrate this local proxy into your own applications, enhancing their networking capabilities.
How to Get Started
To get started, check out our example local proxy application.
This example will guide you through the process of implementing a local proxy within your own application. You can then use the proxy address to configure the network libraries your application relies on.
We hope you find this new feature valuable for your development needs!
Beta Was this translation helpful? Give feedback.
All reactions