![]() |
Home | Libraries | People | FAQ | More |
(Inherited from url_view_base)
Return the password.
pct_string_view encoded_password() const;
This function returns the password portion of the userinfo as a percent-encoded string.
assert( [link url.ref.boost__urls__url_view_base.url_view `url_view`]( "http://jane%2Ddoe:pass@example.com" ).[link url.ref.boost__urls__static_url.encoded_password `encoded_password`]() == "pass" );
Constant.
Throws nothing.
[link url.ref.boost__urls__static_url.userinfo `userinfo`] = [link url.ref.boost__urls__static_url.user `user`] [ ":" [ [link url.ref.boost__urls__static_url.password `password`] ] ] [link url.ref.boost__urls__static_url.user `user`] = *( unreserved / pct-encoded / sub-delims ) [link url.ref.boost__urls__static_url.password `password`] = *( unreserved / pct-encoded / sub-delims / ":" )
has_password, has_userinfo, encoded_user, encoded_userinfo, password, user, userinfo.