Urdl C++ Library

PrevUpHomeNext
url::query

Gets the query component of the URL.

std::string query() const;

Return Value

A string containing the query string of the URL.

Remarks

The query string is not unescaped, but is returned in whatever form it takes in the original URL string.


PrevUpHomeNext