index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
responsewriter.go
Age
Commit message (
Expand
)
Author
2022-09-21
Tweak some comments
Matthew Holt
2022-09-17
caddyhttp: responseRecorder save status in all cases (#5049)
WeidiDeng
2022-09-17
caddyhttp: Fix write header on responseRecorder
Matthew Holt
2022-09-07
caddyhttp: ensure ResponseWriterWrapper and ResponseRecorder use ReadFrom if ...
fleandro
2022-09-05
caddyhttp: Support `respond` with HTTP 103 Early Hints (#5006)
Matt Holt
2020-04-22
caddyhttp: Fix trailers when recording responses (fixes #3236)
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-01-08
http: Always set status code via response recorder
Matthew Holt
2019-11-15
http: Only enable access logs if configured
Matthew Holt
2019-10-15
caddyhttp: Improve ResponseRecorder to buffer headers
Matthew Holt
2019-10-10
caddyhttp: Make responseRecorder capable of counting body size
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-21
Various bug fixes and minor improvements
Matthew Holt
2019-06-20
caddyhttp: ResponseRecorder type for middlewares to buffer responses
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-05-10
caddyhttp: Implement better HTTP matchers including regexp; add tests
Matthew Holt
2019-04-02
Merged in deadlines (pull request #1)
Matt Holt
2019-03-31
Very basic middleware and route matching functionality
Matthew Holt