Express v1.0.0 Express.Network.HTTP2.Connection View Source
Specifies HTTP2 connection’s structure, where:
client
- client that serves a connectionprovider
- push provider (:apns or :fcm)socket
- opened socketssl_config
- SSL configuration
Link to this section Summary
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}