0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/modules/caddyhttp
Matthew Holt d49f762f6d Various bug fixes and minor improvements
- Fix static responder so it doesn't replace its own headers config,
  and instead replaces the actual response header values
- caddyhttp.ResponseRecorder type optionally buffers response
- Add interface guards to ensure regexp matchers get provisioned
- Use default HTTP port if one is not explicitly set
- Encode middleware writes status code 200 if not written upstream
- Templates and markdown only try to execute on text responses
- Static file server sets Content-Type based on file extension only
  (this whole thing -- MIME sniffing, etc -- needs more configurability)
2019-06-21 14:36:26 -06:00
..
caddylog Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
encode Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
fileserver Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
headers Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
markdown Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
requestbody Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
reverseproxy Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
rewrite Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
templates Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
caddyhttp.go Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
caddyhttp_test.go Implement most of static file server; refactor and improve Replacer 2019-05-20 10:59:20 -06:00
errors.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
matchers.go Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
matchers_test.go Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
replacer.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
responsewriter.go Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
routes.go Implement templates handler; various minor cleanups and bug fixes 2019-06-18 11:13:12 -06:00
server.go Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
staticresp.go Various bug fixes and minor improvements 2019-06-21 14:36:26 -06:00
staticresp_test.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00
table.go Rename caddy2 -> caddy 2019-06-14 11:58:28 -06:00