ace v0.10.0 Ace.HTTP2.Connection View Source

Hypertext Transfer Protocol Version 2 (HTTP/2)

HTTP/2 enables a more efficient use of network resources and a reduced perception of latency by introducing header field compression and allowing multiple concurrent exchanges on the same connection. It also introduces unsolicited push of representations from servers to clients.

Quote from rfc 7540.

Link to this section Summary

Link to this section Functions

Link to this function consume_frame(arg1, state) View Source
Link to this function dispatch(stream_id, message, state) View Source
Link to this function new_stream(stream_id, state) View Source
Link to this function start_link(listen_socket, stream_supervisor) View Source
Link to this function stream_set_dispatch(id, map, state) View Source
Link to this function update_settings(new, state) View Source