Share via


uri::authority Method

Creates a new uri object with the same authority portion as this one, omitting the resource and query portions.

_ASYNCRTIMP uri authority() const;

Return Value

The new uri object with the same authority.

Requirements

Header: base_uri.h

Namespace: web::http

See Also

Reference

uri Class