caddy/modules/caddyhttp/reverseproxy
Francis Lavoie 315715e90f
core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)
* core: Implement FastAbs to avoid repeated os.Getwd calls

* Lint

* Rename files
2024-11-13 03:55:51 -05:00
..
fastcgi core: Implement FastAbs to avoid repeated os.Getwd calls (#6687) 2024-11-13 03:55:51 -05: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
caddyfile.go chore: Adjust incorrect `reverse_proxy` Caddyfile comment (#6598) 2024-10-01 10:56:30 -06:00
command.go
copyresponse.go
healthchecks.go caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596) 2024-11-04 23:18:50 +00:00
hosts.go
httptransport.go caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596) 2024-11-04 23:18:50 +00:00
httptransport_test.go
metrics.go
reverseproxy.go core: Implement FastAbs to avoid repeated os.Getwd calls (#6687) 2024-11-13 03:55:51 -05: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: Fix log message 2024-10-21 12:19:04 -06:00
streaming_test.go
upstreams.go
upstreams_test.go