Searched refs:handle_cgi (Results 1 – 2 of 2) sorted by relevance
125 async fn handle_cgi( in handle_cgi() function328 if handle_cgi(&mut con, srv, &request, &url, &path).await? { in handle_connection()367 if handle_cgi(&mut con, srv, &request, &url, &path).await? { in handle_connection()
1166 - ** Renamed CGIHandler's handle_cgi method to handle_comp.