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