AsyncHttpClient / async-http-client

Asynchronous Http and WebSocket Client library for Java
Other
6.29k stars 1.59k forks source link

Extend Response to support returning ByteBufs #1954

Closed dgolombek closed 7 months ago

dgolombek commented 7 months ago

NettyResponse is already dealing with ByteBufs under the hood, this lets the caller access them cleanly. This allows callers that are already using Netty to use AHC much more efficiently.

Fixes #1953