caddy/modules
Matthew Holt 5ef76ff3e6
reverseproxy: Response buffering & configurable buffer size
Proxy response bodies can now be buffered, and the size of the request body and
response body buffer can be limited. Any remaining content that doesn't fit in the
buffer will remain on the wire until it can be read; i.e. bodies are not truncated,
even if the buffer is not big enough.

This fulfills a customer requirement. This was made possible by their sponsorship!
2021-02-09 14:15:04 -07:00
..
caddyhttp reverseproxy: Response buffering & configurable buffer size 2021-02-09 14:15:04 -07:00
caddypki acmeserver: Support custom CAs from Caddyfile 2021-02-02 17:23:52 -07:00
caddytls acmeserver: Support custom CAs from Caddyfile 2021-02-02 17:23:52 -07:00
filestorage httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
logging logging: Remove logfmt encoder (close #3575) 2021-01-07 14:29:19 -07:00
metrics metrics: allow disabling OpenMetrics negotiation (#3944) 2020-12-30 11:44:02 -07:00
standard metrics: Initial integration of Prometheus metrics (#3709) 2020-09-17 12:01:20 -06:00