jetty.project/jetty-util/src
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
..
main Create FileBufferedResponseHandler to buffer responses into a file. (#6010) 2021-04-19 11:02:44 +10:00
test Use Files.isSameFile to check Resource equality (#6093) (#6095) 2021-03-24 21:44:27 +01:00