mentat/hyper/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
606 B
JavaScript

initSidebarItems({"enum":[["HttpVersion","Represents a version of the HTTP spec."],["Method","The Request Method (VERB)"],["StatusCode","An HTTP status code (`status-code` in RFC 7230 et al.)."]],"macro":[["header",""]],"mod":[["client","HTTP Client"],["error","Error and Result module."],["header","Headers container, and common header fields."],["server","HTTP Server"]],"struct":[["Body","A `Stream` for `Chunk`s used in requests and responses."],["Chunk","A piece of a message body."],["Request","An HTTP Request"],["Response","An HTTP Response"],["Uri","The Request-URI of a Request's StartLine."]]});