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
string path;

Meta