jetty.project/jetty-http
Lachlan 4c98990cd9
Create FileBufferedResponseHandler to buffer responses into a file. (#6010)
FileBufferedResponseHandler adds an HttpOutput.Interceptor to buffer all responses into a file until the output is closed. This allows the commit to be delayed until the response is complete and thus headers and response status can be changed while writing the body.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2021-04-19 11:02:44 +10:00
..
src Create FileBufferedResponseHandler to buffer responses into a file. (#6010) 2021-04-19 11:02:44 +10:00
pom.xml Updating to version 10.0.3-SNAPSHOT 2021-03-26 06:31:31 +00:00