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

1 line
No EOL
584 B
JavaScript

initSidebarItems({"constant":[["EMPTY_HEADER","An empty header, useful for constructing a `Header` array to pass in for parsing."]],"enum":[["Error","An error in parsing."],["Status","The result of a successful parse pass."]],"fn":[["parse_chunk_size","Parse a buffer of bytes as a chunk size."],["parse_headers","Parse a buffer of bytes as headers."]],"struct":[["Header","Represents a parsed header."],["InvalidChunkSize","An error in parsing a chunk size."],["Request","A parsed Request."],["Response","A parsed Response."]],"type":[["Result","A Result of any parsing action."]]});