Home | Libraries | People | FAQ | More |
Return the URL string.
string_view buffer() const;
This function returns the entire URL, which main contain percent escapes.
assert( url_view( "http://www.example.com" ).buffer() == "http://www.example.com" );
Constant.
Throws nothing.