var searchIndex = {}; searchIndex["formdata"] = {"doc":"This crate parses and processes a stream of data that contains\n`multipart/form-data` content.","items":[[3,"FormData","formdata","The extracted text fields and uploaded files from a `multipart/form-data` request.",null,null],[12,"fields","","Name-value pairs for plain text fields. Technically, these are form data parts with no\nfilename specified in the part's `Content-Disposition`.",0,null],[12,"files","","Name-value pairs for temporary files. Technically, these are form data parts with a filename\nspecified in the part's `Content-Disposition`.",0,null],[4,"Error","","An error type for the `formdata` crate.",null,null],[13,"NoRequestContentType","","The Hyper request did not have a Content-Type header.",1,null],[13,"NotMultipart","","The Hyper request Content-Type top-level Mime was not `Multipart`.",1,null],[13,"NotFormData","","The Hyper request Content-Type sub-level Mime was not `FormData`.",1,null],[13,"BoundaryNotSpecified","","The Content-Type header failed to specify boundary token.",1,null],[13,"PartialHeaders","","A multipart section contained only partial headers.",1,null],[13,"MissingDisposition","","A multipart section did not have the required Content-Disposition header.",1,null],[13,"InvalidDisposition","","A multipart section did not have a valid corresponding Content-Disposition.",1,null],[13,"NoName","","A multipart section Content-Disposition header failed to specify a name.",1,null],[13,"Eof","","The request body ended prior to reaching the expected terminating boundary.",1,null],[13,"Httparse","","An HTTP parsing error from a multipart section.",1,null],[13,"Io","","An I/O error.",1,null],[13,"Hyper","","An error was returned from Hyper.",1,null],[13,"Utf8","","An error occurred during UTF-8 processing.",1,null],[13,"Decoding","","An error occurred during character decoding",1,null],[13,"Multipart","","A MIME multipart error",1,null],[5,"get_formdata","","Parse MIME `multipart/form-data` information from a stream as a `FormData`.",null,{"inputs":[{"name":"s"},{"name":"headers"}],"output":{"name":"result"}}],[11,"fmt","","",1,null],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"from","","",1,{"inputs":[{"name":"fromutf8error"}],"output":{"name":"error"}}],[11,"from","","",1,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"fmt","","",1,null],[11,"description","","",1,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"new","","",0,{"inputs":[],"output":{"name":"formdata"}}]],"paths":[[3,"FormData"],[4,"Error"]]}; initSearch(searchIndex);