:relfileprefix: ../../../ [#A033673F18CFDF81D8868532C9DB963197EA66CE] = Function url_view_base::buffer pass:v,q[Return the url string] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- string_view buffer() const noexcept; ---- == Description pass:v,q[This function returns the entire url,] pass:v,q[which may contain percent escapes.] === Example [,cpp] ---- assert( url_view( "http://www.example.com" ).buffer() == "http://www.example.com" ); ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `string_view`