caddy/modules/caddyhttp
Matthew Holt 5dec11f2a0
reverseproxy: Pointer receiver
This avoids copying the Upstream, which has an atomically-accessed value
in it.
2023-07-08 13:42:51 -06:00
..
caddyauth
encode
fileserver fileserver: browse: Better grid layout (#5564) 2023-06-05 07:39:57 +00:00
headers headers: Allow `>` to defer shortcut for replacements (#5574) 2023-06-15 17:18:55 -06:00
map
proxyprotocol
push
requestbody
reverseproxy reverseproxy: Pointer receiver 2023-07-08 13:42:51 -06:00
rewrite rewrite: use escaped path, fix #5278 (#5504) 2023-05-16 09:16:07 -06:00
standard
templates chore: remove refs of deprecated io/ioutil (#5576) 2023-06-16 21:27:57 -06:00
tracing
app.go caddyhttp: Fix h3 shutdown (#5541) 2023-05-19 10:00:00 -06:00
autohttps.go caddyhttp: Refactor cert Managers (fix #5415) (#5533) 2023-05-15 10:47:30 -06:00
caddyhttp.go
caddyhttp_test.go
celmatcher.go
celmatcher_test.go
errors.go
http2listener.go
httpredirectlistener.go
invoke.go caddyhttp: Implement named routes, `invoke` directive (#5107) 2023-05-16 15:27:52 +00:00
ip_matchers.go
ip_range.go
logging.go
marshalers.go
matchers.go caddyhttp: Trim dot/space only on Windows (fix #5613) 2023-07-08 13:42:13 -06:00
matchers_test.go caddyhttp: Trim dot/space only on Windows (fix #5613) 2023-07-08 13:42:13 -06:00
metrics.go
metrics_test.go
replacer.go
replacer_test.go
responsematchers.go
responsematchers_test.go
responsewriter.go
responsewriter_test.go
routes.go caddyhttp: Implement named routes, `invoke` directive (#5107) 2023-05-16 15:27:52 +00:00
server.go caddyhttp: Support custom network for HTTP/3 (#5573) 2023-06-13 19:33:39 -06:00
server_test.go
staticerror.go
staticresp.go
staticresp_test.go
subroute.go
vars.go