Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns whether the other uri has the same authority as this one
bool has_same_authority(
const uri &other
) const;
Parameters
- other
The uri to compare the authority with.
Return Value
true if both the uri's have the same authority, false otherwise.
Requirements
Header: base_uri.h
Namespace: web::http