ace v0.13.1 Ace.HTTP2.Server View Source

Handle interactions with a single HTTP/2 client

To start an HTTP/2 application use Ace.HTTP2.Service

Needs docs on stream handlers

Example

Link to this section Summary

Link to this section Functions

Link to this function send_data(stream, data, end_stream \\ false) View Source
Link to this function send_promise(stream, request) View Source
Link to this function send_reset(stream, error) View Source
Link to this function send_response(stream, response) View Source