Skip to content

Commit

Permalink
support choose proxy client do behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonYang200 committed May 31, 2024
1 parent b73c6f3 commit f324d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reverse_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ var hopHeaders = []string{
// To rewrite Host headers, use ReverseProxy directly with a custom
// director policy.
//
// Note: if no config.ClientOption is passed it will use the default global client.Client instance.
// When passing config.ClientOption it will initialize a local client.Client instance.
// Using ReverseProxy.SetClient if there is need for shared customized client.Client instance.
func NewSingleHostReverseProxy(target string, options ...config.ClientOption) (*ReverseProxy, error) {
Expand Down

0 comments on commit f324d75

Please sign in to comment.