Url.path

The path.

For instance, in the Url https://cnn.com/news/story/17774?visited=false, the path is "/news/story/17774".

struct Url
pure
string path;

Meta