caddy/modules/caddyhttp/reverseproxy
Francis Lavoie f5e104944e
reverseproxy: Make shallow-ish clone of the request (#4551)
* reverseproxy: Make shallow-ish clone of the request

* Refactor request cloning into separate function

Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2022-03-03 09:54:45 -07:00
..
fastcgi fastcgi: Set SERVER_PORT to 80 or 443 depending on scheme (#4572) 2022-03-02 11:24:16 -07:00
admin.go
caddyfile.go reverseproxy: Move status replacement intercept to `replace_status` (#4300) 2022-03-01 14:12:43 -07:00
command.go Improve the reverse-proxy CLI --to flag help message (#4535) 2022-01-19 14:51:46 -05:00
healthchecks.go Move from deprecated ioutil to os and io packages (#4364) 2021-09-29 11:17:48 -06:00
hosts.go
httptransport.go reverseproxy: Avoid returning a `nil` error during GetClientCertificate (#4550) 2022-02-01 23:33:36 -07:00
reverseproxy.go reverseproxy: Make shallow-ish clone of the request (#4551) 2022-03-03 09:54:45 -07:00
selectionpolicies.go reverseproxy: fix hash selection policy (#4137) 2021-04-29 10:52:22 -06:00
selectionpolicies_test.go reverseproxy: Minor logging improvements 2021-05-05 14:52:24 -06:00
streaming.go reverseproxy: Incorporate latest proxy changes from stdlib (#4266) 2021-08-12 10:48:24 -06:00
streaming_test.go