boost::urls::url_view_base::port
Return the port
Synopsis
Declared in <boost/url/url_view_base.hpp>
core::string_view
port() const noexcept;
Description
If present, this function returns a string representing the port (which may be empty). Otherwise it returns an empty string.
See Also
Created with MrDocs