https://bz.apache.org/bugzilla/show_bug.cgi?id=59847
--- Comment #8 from Oleg Kalnichevski <[email protected]> --- This very much depends on what kind of information you would like to record. If what you want to capture are HTTP/2 frames HttpCore exposes a listener interface one can use to intercept every HTTP/2 frames transferred by a HTTP/2 connection. See https://github.com/apache/httpcore/blob/trunk/httpcore5-h2/src/examples/org/apache/hc/core5/http/examples/Http2MultiStreamExecutionExample.java#L80 Oleg -- You are receiving this mail because: You are the assignee for the bug.
