Share via


uri::is_authority Method

An "authority" uri is one with only a scheme, optional userinfo, hostname, and (optional) port.

bool is_authority() const;

Return Value

true if this is an "authority" uri, false otherwise.

Requirements

Header: base_uri.h

Namespace: web::http

See Also

Reference

uri Class