| 164 | std::string Uri::port_text() const { return TextRangeToString(impl_->uri_.portText); } |
| 165 | |
| 166 | int32_t Uri::port() const { return impl_->port_; } |
| 167 | |
| 168 | std::string Uri::username() const { |
| 169 | auto userpass = TextRangeToView(impl_->uri_.userInfo); |
no outgoing calls