Skip to main content

SCANNER_VERB_MAP

Static SCANNER_VERB_MAP 

Source
pub static SCANNER_VERB_MAP: LazyLock<HashMap<&'static str, &'static str>>
Expand description

Canonical HTTP method to semantic verb mapping.

Keys are uppercase HTTP methods. GET_ID is a synthetic key used when GET routes have path parameters (single-resource access). Values are lowercase semantic verbs used by CLI and MCP surfaces. The mapping is considered immutable by convention.