[#72973360F2627D0CEB79E68B32514CAC893C81E5]
Return the referenced character buffer.
pct_string_view buffer() const noexcept;
This function returns the character buffer referenced by the view. The returned string may contain percent escapes.
assert( url_view( "?first=John&last=Doe" ).params().buffer() == "?first=John&last=Doe" );
Constant.
Throws nothing.