boost::urls::url_view_base::buffer
Return the url string
Description
This function returns the entire url, which may contain percent escapes.
assert( url_view( "http://www.example.com" ).buffer() == "http://www.example.com" );
Throws nothing.
Created with MrDocs