Skip to main content

Module http_verb_map

Module http_verb_map 

Source

Statics§

SCANNER_VERB_MAP
Canonical HTTP method to semantic verb mapping.

Functions§

extract_path_param_names
Generate a dot-separated suggested alias from HTTP route info.
generate_suggested_alias
has_path_params
Check if a URL path contains path parameter placeholders.
resolve_http_verb
Map an HTTP method to its semantic verb.
substitute_path_params
Substitute {name} and :name placeholders with values[name].