ace v0.11.0 Ace.HTTP2 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

Functions

Start an endpoint to accept HTTP/2.0 connections

Link to this section Functions

Link to this function start_link(app, port, opts) View Source

Start an endpoint to accept HTTP/2.0 connections