You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Christian Schoenebeck <ap...@crudebyte.com> on 2018/05/12 11:14:01 UTC

Re: mod_http2 exported functions

On Dienstag, 20. März 2018 13:26:49 CEST Christian Schoenebeck wrote:
> In order to be able to leverage h2 features like this, it would be necessary
> to export certain mod_http2 functions to other modules, such that a server
> side webapp script could at least i.e.
> 
> 1.  Programmatically create additional h2 streams.
> 2.  Send data on a specific h2 stream.
> 3.  Register a callback function for receiving incoming data on individual
> h2 streams (or at least a way to poll them).
> 4.  Alter h2 priorities for individual streams.
> 5.  Register a callback function for being informed about additional streams
> being created by the client (or at least a way to poll this).

So, any chance on the mid-term for getting public functions in mod_http2 for 
some of these? Doubts?

Best regards,
Christian Schoenebeck