Return the authority component (user info, host and port) of the URI.

Synopsis

Declared in <folly/Uri.h>

std::string
authority() const;

Return Value

The authority component of the URI.

Created with MrDocs