caddy/modules/caddyhttp
Francis Lavoie 12bcbe2c49
caddyhttp: Pluggable trusted proxy IP range sources (#5328)
* caddyhttp: Pluggable trusted proxy IP range sources

* Add request to the IPRangeSource interface
2023-02-06 12:44:11 -07:00
..
caddyauth caddyauth: Use singleflight for basic auth (#5344) 2023-02-06 18:29:03 +00:00
encode encode: Respect Cache-Control no-transform (#5257) 2022-12-20 13:26:53 -07:00
fileserver fileserver: Add a couple test cases 2023-01-04 11:07:27 -07:00
headers
map
push reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
requestbody
reverseproxy reverseproxy: Add flag to short command to disable redirects (#5330) 2023-01-25 09:40:08 -05:00
rewrite reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
standard
templates reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
tracing tracing: Support placeholders in span name (#5329) 2023-01-25 02:26:44 -05:00
app.go caddyhttp: Pluggable trusted proxy IP range sources (#5328) 2023-02-06 12:44:11 -07:00
autohttps.go
caddyhttp.go chore: Build with Go 1.20, keep minimum at 1.18 for now (#5353) 2023-02-06 11:29:20 -05:00
caddyhttp_test.go
celmatcher.go
celmatcher_test.go
errors.go
httpredirectlistener.go
ip_range.go caddyhttp: Pluggable trusted proxy IP range sources (#5328) 2023-02-06 12:44:11 -07:00
logging.go
marshalers.go
matchers.go caddyhttp: Add server-level `trusted_proxies` config (#5103) 2023-01-10 00:08:23 -05:00
matchers_test.go chore: Fix warning "range variable captured by func literal" (#5348) 2023-01-31 03:07:57 -05:00
metrics.go
metrics_test.go
replacer.go caddyhttp: Add server-level `trusted_proxies` config (#5103) 2023-01-10 00:08:23 -05:00
replacer_test.go
responsematchers.go reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
responsematchers_test.go
responsewriter.go
responsewriter_test.go
routes.go
server.go caddyhttp: Pluggable trusted proxy IP range sources (#5328) 2023-02-06 12:44:11 -07:00
staticerror.go reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
staticresp.go caddyhttp: Canonicalize header field names (#5176) 2022-10-29 16:35:44 -04:00
staticresp_test.go
subroute.go
vars.go