var searchIndex = {}; searchIndex["scgi"] = {"doc":"SCGI parser.","items":[[4,"ScgiError","scgi","SCGI parsing errors.",null,null],[13,"BadLength","","Length can't be decoded to an integer.",0,null],[13,"Utf8","","The length or the headers are not in UTF-8.",0,null],[13,"WrongLength","","Netstring sanity checks fail.",0,null],[13,"WrongHeaders","","Error parsing the zero-terminated HTTP headers.",0,null],[13,"EOF","","No more data. The socket has been closed prematurely.",0,null],[13,"IO","","IoError, like when connection closed prematurely.",0,null],[5,"read_headers","","Read the headers from the stream.",null,{"inputs":[{"name":"s"}],"output":{"name":"result"}}],[5,"parse","","Parse the headers, invoking the `header` closure for every header parsed.",null,null],[5,"string_map","","Parse the headers and pack them as strings into a map.",null,null],[5,"str_map","","Parse the headers and pack them as slices into a map.",null,null],[11,"fmt","","",0,null],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"scgierror"}}],[11,"from","","",0,{"inputs":[{"name":"utf8error"}],"output":{"name":"scgierror"}}],[11,"fmt","","",0,null]],"paths":[[4,"ScgiError"]]}; initSearch(searchIndex);