RxNetty icon indicating copy to clipboard operation
RxNetty copied to clipboard

Add support for compression/decompression of HTTP request/responses

Open NiteshKant opened this issue 10 years ago • 3 comments

Compression/decompression of HTTP request/responses is a pretty common requirement for HTTP client and servers. It is somewhat complex to use the netty's stock HttpContentCompressor and HttpContentDecompressor with RxNetty because of the way we write HTTP content (as a ByteBuf instead of HttpContent) on a request/response.

This issue is to provide methods like compressRequest() and decompressResponse() on the HttpClient and decompressRequest() and compressResponse() on HttpServer

NiteshKant avatar Sep 09 '15 05:09 NiteshKant

Hey Nitesh, is this is the pipe for you? We're going to be looking at getting some of our traffic coming and going from RxNetty compressed in the next month or so this will be on our radar and can drop some PRs if you're not going to get to it by then.

jamesgorman2 avatar Jun 26 '16 23:06 jamesgorman2

@jamesgorman2 nope I am not working on it, all PRs are welcome :)

NiteshKant avatar Jun 27 '16 00:06 NiteshKant

Cool, I'll stick a proposal in here shortly to expand one your notes

jamesgorman2 avatar Jun 27 '16 01:06 jamesgorman2