RequestPath

Type Alias RequestPath 

Source
pub type RequestPath = String;
Expand description

An alias for String, representing the path portion of the request URL.

Aliased Typeยง

pub struct RequestPath { /* private fields */ }