Return the url string
string_view
buffer() noexcept;
Declared in file <boost/url/url_view_base.hpp> at line 241
This function returns the entire url, which may contain percent escapes.
assert( url_view( "http://www.example.com" ).buffer() == "http://www.example.com" );
Constant.
Throws nothing.