Hello!
On Wed, Feb 17, 2016 at 2:13 PM, r--w wrote:
> Thank you for your answer, unfortunately it's not possible for us to have a
> special location for uploads/POSTs
> We have a proxy service and we need to inspect POST queries as they come.
>
If you really need streaming reading request bodies, then you
shouldn't use the HTTP 2.0 protocol in the first place. HTTP 2.0
inherits the in-connection multiplexing feature of SPDY, which makes
such "pulling paradigm" very hard to implement, if not impossible.
Regards,
-agentzh