0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-20 22:52:58 -05:00
caddy/modules/caddyhttp
2023-02-16 09:14:07 -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 go.mod: Upgrade various dependencies (#5362) 2023-02-08 17:49:17 +00:00
headers
map map: Clarified how destination values should be formatted (#5156) 2022-10-18 18:14:53 -06:00
push reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
requestbody
reverseproxy cmd: Adjust documentation for commands (#5377) 2023-02-16 09:14:07 -07:00
rewrite reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
standard
templates go.mod: Upgrade various dependencies (#5362) 2023-02-08 17:49:17 +00:00
tracing go.mod: Upgrade various dependencies (#5362) 2023-02-08 17:49:17 +00:00
app.go go.mod: Upgrade various dependencies (#5362) 2023-02-08 17:49:17 +00: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 fileserver: Reject ADS and short name paths; trim trailing dots and spaces on Windows (#5148) 2022-10-18 21:55:25 -06:00
celmatcher.go go.mod: Upgrade various dependencies (#5362) 2023-02-08 17:49:17 +00:00
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 reverseproxy: Log status code and byte count for websockets (#5140) 2023-02-06 16:14:59 -07:00
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