| 43 | // ---- Component accessors (return views into mUrl) ---- |
| 44 | fl::string_view scheme() const FL_NOEXCEPT { return view(mScheme); } |
| 45 | fl::string_view userinfo() const FL_NOEXCEPT { return view(mUserinfo); } |
| 46 | fl::string_view host() const FL_NOEXCEPT { return view(mHost); } |
| 47 | fl::string_view port_str() const FL_NOEXCEPT { return view(mPort); } |
| 48 | fl::string_view path() const FL_NOEXCEPT { return view(mPath); } |