Return a pointer to the url's character buffer
const char*
data() noexcept;
Declared in file <boost/url/url_view_base.hpp> at line 219
This function returns a pointer to the first character of the url, which is not guaranteed to be null-terminated.
Constant.
Throws nothing.