Is there a way to read HTTP trailers with the Java 11 HttpClient?

72 Views Asked by At

Currently using the Java 11 HttpClient to make http requests and it appears there isn't an obvious way to read response trailers. These responses are streamed back to the client - the Java 11 HttpClient is being used because it has better streaming support.

Any suggestions? Hacky answers accepted

0

There are 0 best solutions below