Howdy folks and apologies in advance if the information I’m looking for is 
available somewhere and I simply missed it. 

I’m trying to expand the example file server available here 
(https://github.com/apache/httpcomponents-core/blob/master/httpcore5-h2/src/test/java/org/apache/hc/core5/http2/examples/Http2FileServerExample.java
 
<https://github.com/apache/httpcomponents-core/blob/master/httpcore5-h2/src/test/java/org/apache/hc/core5/http2/examples/Http2FileServerExample.java>)
 into something that can consume a request with a body (a POST request for 
example) and I’m struggling to make sense of the interface abstractions, 
ideally, I would like to adapt the low level async interfaces to the classic 
HttpRequest/HttpResponse ones. 

Can anyone point me in either the direction of a more complex example http2 
server using hc5 or just more examples of AsyncServerRequestHandler 
implementations? 

Big thanks! 

- Rafael 




Reply via email to