[#A033673F18CFDF81D8868532C9DB963197EA66CE]
Return the url string
core::string_view buffer() const noexcept;
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.