var searchIndex = {}; searchIndex["fastcgi"] = {"doc":"Pure Rust implementation of FastCGI 1.0.","items":[[3,"Stdin","fastcgi","",null,null],[3,"Stdout","","",null,null],[3,"Stderr","","",null,null],[3,"Request","","Request objects are what a FastCGI application will primarily deal with\nthroughout its lifetime.",null,null],[4,"Role","","",null,null],[13,"Responder","","",0,null],[13,"Authorizer","","",0,null],[13,"Filter","","",0,null],[5,"run_tcp","","Accepts requests from a user-supplied TCP listener.",null,{"inputs":[{"name":"f"},{"name":"tcplistener"}],"output":null}],[6,"Params","","",null,null],[11,"clone","","",0,null],[11,"fmt","","",0,null],[11,"start_filter_data","","Begin reading the second stream of the request, for FastCGI Filter\napplications.",1,null],[11,"fill_buf","","",1,null],[11,"consume","","",1,null],[11,"read","","",1,null],[11,"write","","",2,null],[11,"flush","","",2,null],[11,"write","","",3,null],[11,"flush","","",3,null],[11,"role","","",4,null],[11,"param","","Retrieves the value of the given parameter name.",4,null],[11,"params","","Iterates over the FastCGI parameters.",4,null],[11,"stdin","","Standard input stream of the request.",4,null],[11,"stdout","","Standard output stream of the request.",4,null],[11,"stderr","","Standard error stream of the request.",4,null],[11,"is_aborted","","Checks if the client has closed the connection prematurely.",4,null],[11,"exit","","Reports the specified exit code to the web server.",4,null],[11,"drop","","",4,null]],"paths":[[4,"Role"],[3,"Stdin"],[3,"Stdout"],[3,"Stderr"],[3,"Request"]]}; initSearch(searchIndex);