caddy/modules/caddyhttp
Francis Lavoie 90798f3eea
go.mod: Upgrade various dependencies (#5362)
* chore: Upgrade various dependencies

* Support CEL file matcher with no args

* Document `http.request.orig_uri.path.*`, reorder placeholders in docs

---------

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2023-02-08 17:49:17 +00: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
push reverseproxy: Mask the WS close message when we're the client (#5199) 2022-11-14 09:38:02 -07:00
requestbody
reverseproxy core: Support Windows absolute paths for UDS proxy upstreams (#5114) 2023-02-08 10:05:09 -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
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
staticresp_test.go
subroute.go
vars.go