caddy/modules/caddyhttp/reverseproxy
WeidiDeng aa3d20be3e
reverseproxy: Use DialTLSContext if ServerName has placeholder (#6955)
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2025-04-28 09:14:09 -06:00
..
fastcgi fastcgi: improve parsePHPFastCGI docs (#6779) 2025-01-09 11:54:44 -07:00
forwardauth forwardauth: Skip copying missing response headers (#6608) 2024-11-04 14:58:53 -07:00
addresses.go core: Implement socket activation listeners (#6573) 2024-09-30 10:55:03 -06:00
addresses_test.go
admin.go
ascii.go
ascii_test.go
buffering_test.go reverseproxy: more comments about buffering and add new tests (#6778) 2025-03-07 11:22:43 -07:00
caddyfile.go core: add modular `network_proxy` support (#6399) 2025-03-21 17:06:15 +00:00
command.go
copyresponse.go
healthchecks.go reverseproxy: Add valid Upstream to DialInfo in active health checks (#6949) 2025-04-15 08:44:53 -06:00
hosts.go reverseproxy: Add valid Upstream to DialInfo in active health checks (#6949) 2025-04-15 08:44:53 -06:00
httptransport.go reverseproxy: Use DialTLSContext if ServerName has placeholder (#6955) 2025-04-28 09:14:09 -06:00
httptransport_test.go
metrics.go reverseproxy: ignore duplicate collector registration error (#6820) 2025-02-04 10:55:30 +03:00
reverseproxy.go reverseproxy: Add valid Upstream to DialInfo in active health checks (#6949) 2025-04-15 08:44:53 -06:00
selectionpolicies.go reverseproxy: Allow `0` as weights for `weighted_round_robin` (#6681) 2024-11-07 17:58:31 -05:00
selectionpolicies_test.go reverseproxy: Allow `0` as weights for `weighted_round_robin` (#6681) 2024-11-07 17:58:31 -05:00
streaming.go reverseproxy: Rewrite requests and responses for websocket over http2 (#6567) 2024-12-06 13:23:27 -07:00
streaming_test.go
upstreams.go perf: use zap's Check() to prevent useless allocs (#6560) 2024-09-13 11:16:37 -06:00
upstreams_test.go