Express v1.3.3 Express.Network.HTTP2.Connection View Source

Defines a structure for general HTTP2 connection.

Link to this section Summary

Functions

Structure constructor

Link to this section Types

Link to this type t() View Source
t() :: %Express.Network.HTTP2.Connection{client: Express.Network.HTTP2.Client.t, provider: atom, socket: pid, ssl_config: Express.Network.HTTP2.SSLConfig.t}

Link to this section Functions

Structure constructor.