Files
mercator_service/h2/sidebar-items.js

1 line
770 B
JavaScript

initSidebarItems({"mod":[["client","Client implementation of the HTTP/2.0 protocol."],["server","Server implementation of the HTTP/2.0 protocol."]],"struct":[["Error","Represents HTTP/2.0 operation errors."],["Ping","Sent via [`PingPong`][] to send a PING frame to a peer."],["PingPong","A handle to send and receive PING frames with the peer."],["Pong","Received via [`PingPong`][] when a peer acknowledges a [`Ping`][]."],["Reason","HTTP/2.0 error codes."],["RecvStream","Receives the body stream and trailers from the remote peer."],["ReleaseCapacity","A handle to release window capacity to a remote stream."],["SendStream","Sends the body stream and trailers to the remote peer."],["StreamId","A stream identifier, as described in [Section 5.1.1] of RFC 7540."]]});