caddy/modules/caddyhttp
2023-02-26 00:34:27 +00:00
..
caddyauth cmd: Expand cobra support, add short flags () 2023-02-24 16:09:12 -07:00
encode encode: Respect Cache-Control no-transform () 2022-12-20 13:26:53 -07:00
fileserver cmd: Expand cobra support, add short flags () 2023-02-24 16:09:12 -07:00
headers reverseproxy: On 103 don't delete own headers () 2022-09-29 08:19:56 -06:00
map map: Clarified how destination values should be formatted () 2022-10-18 18:14:53 -06:00
push reverseproxy: Mask the WS close message when we're the client () 2022-11-14 09:38:02 -07:00
requestbody
reverseproxy caddyfile: Implement heredoc support () 2023-02-26 00:34:27 +00:00
rewrite reverseproxy: Mask the WS close message when we're the client () 2022-11-14 09:38:02 -07:00
standard
templates go.mod: Upgrade various dependencies () 2023-02-08 17:49:17 +00:00
tracing go.mod: Upgrade various dependencies () 2023-02-08 17:49:17 +00:00
app.go go.mod: Upgrade various dependencies () 2023-02-08 17:49:17 +00:00
autohttps.go caddyhttp: Skip inserting HTTP->HTTPS redir if catch-all for both exist () 2022-09-19 22:11:19 -06:00
caddyhttp.go chore: Build with Go 1.20, keep minimum at 1.18 for now () 2023-02-06 11:29:20 -05:00
caddyhttp_test.go fileserver: Reject ADS and short name paths; trim trailing dots and spaces on Windows () 2022-10-18 21:55:25 -06:00
celmatcher.go caddyfile: Implement heredoc support () 2023-02-26 00:34:27 +00:00
celmatcher_test.go
errors.go
httpredirectlistener.go
ip_range.go caddyhttp: Pluggable trusted proxy IP range sources () 2023-02-06 12:44:11 -07:00
logging.go
marshalers.go
matchers.go caddyhttp: Add server-level trusted_proxies config () 2023-01-10 00:08:23 -05:00
matchers_test.go chore: Fix warning "range variable captured by func literal" () 2023-01-31 03:07:57 -05:00
metrics.go
metrics_test.go
replacer.go caddyhttp: Add server-level trusted_proxies config () 2023-01-10 00:08:23 -05:00
replacer_test.go caddyhttp: Remote IP prefix placeholders 2022-09-30 13:29:33 -06:00
responsematchers.go reverseproxy: Mask the WS close message when we're the client () 2022-11-14 09:38:02 -07:00
responsematchers_test.go
responsewriter.go reverseproxy: Log status code and byte count for websockets () 2023-02-06 16:14:59 -07:00
responsewriter_test.go
routes.go
server.go caddyhttp: Pluggable trusted proxy IP range sources () 2023-02-06 12:44:11 -07:00
staticerror.go reverseproxy: Mask the WS close message when we're the client () 2022-11-14 09:38:02 -07:00
staticresp.go cmd: Expand cobra support, add short flags () 2023-02-24 16:09:12 -07:00
staticresp_test.go
subroute.go
vars.go