Files
rapr-rs/docs/h2/sidebar-items.js
T
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
752 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."],["FlowControl","A handle to release window capacity to a remote stream."],["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."],["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."]]});