juniper/solicit/http/connection/sidebar-items.js
Juniper Documentation Builder 95d942c9d4 Update documentation for Juniper
2016-09-11 18:41:24 +00:00

1 line
No EOL
815 B
JavaScript

initSidebarItems({"enum":[["EndStream","An enum indicating whether the `HttpConnection` send operation should end the stream."],["HttpFrame","An enum representing all frame variants that can be returned by an `HttpConnection`."],["SendStatus","The enum represents the success status of the operation of sending a next data chunk on an HTTP/2 connection."]],"struct":[["DataChunk","The struct represents a chunk of data that should be sent to the peer on a particular stream."],["HttpConnection","The struct implements the HTTP/2 connection level logic."]],"trait":[["ReceiveFrame","A trait that should be implemented by types that can provide the functionality of receiving HTTP/2 frames."],["SendFrame","A trait that should be implemented by types that can provide the functionality of sending HTTP/2 frames."]]});