Skip to main content

ROUTE

Constant ROUTE 

Source
pub const ROUTE: &str = "route";
๐Ÿ‘ŽDeprecated:

Use HTTP__ROUTE (http.route) instead.

Expand description

The matched route, that is, the path template in the format used by the respective server framework. Also used by mobile SDKs to indicate the current route in the application.

  • PII: Maybe
  • Rewriting behavior: None

ยงAliases