![]() |
Home | Libraries | People | FAQ | More |
(Inherited from url_view_base
)
Return the authority.
authority_view authority() const;
This function returns the authority as an authority_view
.
authority_view a = [link url.ref.boost__urls__url_view_base.url_view `url_view`]( "https://www.example.com:8080/index.htm" ).authority();
Constant.
Throws nothing.
[link url.ref.boost__urls__static_url.authority `authority`] = [ [link url.ref.boost__urls__static_url.userinfo `userinfo`] "@" ] [link url.ref.boost__urls__static_url.host `host`] [ ":" [link url.ref.boost__urls__static_url.port `port`] ]