Skip to content

Commit

Permalink
refactor: change proxy transport to http.RoundTripper
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Apr 17, 2020
1 parent 8c5bd39 commit 70dd34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type (
Target *url.URL
Rewrites []string
Host string
Transport *http.Transport
Transport http.RoundTripper
TargetPicker ProxyTargetPicker
Skipper elton.Skipper
}
Expand Down

0 comments on commit 70dd34f

Please sign in to comment.