pub async fn wms_fcgi_req(
fcgi_dispatcher: &FcgiDispatcher,
fcgi_query: &str,
request_params: HttpRequestParams<'_>,
req_method: &str,
body: String,
project: &str,
) -> Result<TileResponse, FcgiError>pub async fn wms_fcgi_req(
fcgi_dispatcher: &FcgiDispatcher,
fcgi_query: &str,
request_params: HttpRequestParams<'_>,
req_method: &str,
body: String,
project: &str,
) -> Result<TileResponse, FcgiError>