Searched refs:gen_file_response (Results 1 – 1 of 1) sorted by relevance
109 "/" => Self::gen_file_response("./index.html"), in run()110 "/whip.js" => Self::gen_file_response("./whip.js"), in run()111 "/whep.js" => Self::gen_file_response("./whep.js"), in run()484 fn gen_file_response(file_path: &str) -> HttpResponse { in gen_file_response() method