0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-24 23:57:05 -05:00
caddy/modules/caddyhttp
deneb f98f449f05
templates: Add pathEscape template function and use it in file browser (#6278)
* use url.PathEscape in file-server browse template

- add `pathEscape` to c.tpl.Funcs, using `url.PathEscape`
- use `pathEscape` in browse.html in place of `replace`

* document `pathEscape`

* Remove unnecessary pipe of img src to `html`
2024-05-18 12:55:36 -06:00
..
caddyauth
encode fileserver: Improve Vary handling (#5849) 2024-04-19 13:43:13 -06:00
fileserver templates: Add pathEscape template function and use it in file browser (#6278) 2024-05-18 12:55:36 -06:00
headers Fix typos (#6311) 2024-05-10 08:08:54 -06:00
intercept caddyhttp: New experimental handler for intercepting responses (#6232) 2024-05-13 17:38:18 +00:00
logging
map
proxyprotocol
push
requestbody caddyhttp: Address some Go 1.20 features (#6252) 2024-04-24 00:05:57 +00:00
reverseproxy reverseproxy: Pointer to struct when loading modules; remove LazyCertPool (#6307) 2024-05-08 19:13:37 -06:00
rewrite
standard caddyhttp: New experimental handler for intercepting responses (#6232) 2024-05-13 17:38:18 +00:00
templates templates: Add pathEscape template function and use it in file browser (#6278) 2024-05-18 12:55:36 -06:00
tracing tracing: add trace_id var (http.vars.trace_id placeholder) (#6308) 2024-05-08 16:40:40 -06:00
app.go logging: Fix default access logger (#6251) 2024-04-22 06:33:07 -06:00
autohttps.go
caddyhttp.go caddyhttp: Alter log message when request is unhandled (close #5182) 2024-05-10 15:49:34 -06:00
caddyhttp_test.go caddyhttp: Address some Go 1.20 features (#6252) 2024-04-24 00:05:57 +00:00
celmatcher.go caddyfile: Populate regexp matcher names by default (#6145) 2024-04-17 12:19:14 -06:00
celmatcher_test.go caddyfile: Populate regexp matcher names by default (#6145) 2024-04-17 12:19:14 -06:00
errors.go
http2listener.go
httpredirectlistener.go
invoke.go
ip_matchers.go Fix typos (#6311) 2024-05-10 08:08:54 -06:00
ip_range.go
logging.go logging: Add support for additional logger filters other than hostname (#6082) 2024-05-11 13:31:44 +00:00
marshalers.go
matchers.go caddyfile: Populate regexp matcher names by default (#6145) 2024-04-17 12:19:14 -06:00
matchers_test.go
metrics.go
metrics_test.go
replacer.go
replacer_test.go
responsematchers.go
responsematchers_test.go
responsewriter.go reverseproxy: handle buffered data during hijack (#6274) 2024-04-26 09:09:18 -06:00
responsewriter_test.go caddyhttp: Address some Go 1.20 features (#6252) 2024-04-24 00:05:57 +00:00
routes.go caddyfile: Populate regexp matcher names by default (#6145) 2024-04-17 12:19:14 -06:00
server.go logging: Add support for additional logger filters other than hostname (#6082) 2024-05-11 13:31:44 +00:00
server_test.go
staticerror.go
staticresp.go staticresp: Use the evaluated response body for sniffing JSON content-type (#6249) 2024-04-18 20:31:00 +00:00
staticresp_test.go
subroute.go
vars.go caddyfile: Populate regexp matcher names by default (#6145) 2024-04-17 12:19:14 -06:00