boost::urls::url_view_base::has_password
Return true if a password is present
Description
This function returns true if the userinfo is present and contains a password.
assert( url_view( "http://jane%2Ddoe:pass@example.com" ).has_password() );
See Also
has_userinfo , encoded_password , encoded_user , encoded_userinfo , password , user , userinfo .
Created with MrDocs