pub const URL_TEMPLATE: &str = "url.template";Expand description
The low-cardinality template of an absolute path reference.
§Notes
§Examples
"/users/{id}""/users/:id""/users?id={id}"
pub const URL_TEMPLATE: &str = "url.template";The low-cardinality template of an absolute path reference.
"/users/{id}""/users/:id""/users?id={id}"