pub const URL_TEMPLATE: &'static str;
Expand description

The low-cardinality template of an absolute path reference.

The url.template MUST have low cardinality. It is not usually available on HTTP clients, but may be known by the application or specialized HTTP instrumentation.

ยงExamples

  • /users/{id}
  • /users/:id
  • /users?id={id}