Skip to main content

detect_service

Function detect_service 

Source
pub fn detect_service(
    headers: &HeaderMap,
    query_params: &HashMap<String, String>,
    body: &Bytes,
) -> Option<DetectedRequest>
Expand description

Detect the target service and action from HTTP request components.