Constant URL_TEMPLATE
pub const URL_TEMPLATE: &'static str;
Expand description
The low-cardinality template of an absolute path reference.
ยงExamples
"/users/{id}"
"/users/:id"
"/users?id={id}"
pub const URL_TEMPLATE: &'static str;
The low-cardinality template of an absolute path reference.
"/users/{id}"
"/users/:id"
"/users?id={id}"