juniper/solicit/http/connection/sidebar-items.js

1 line
815 B
JavaScript
Raw Normal View History

2016-09-11 13:41:24 -05:00
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."]]});