| 49 | fl::string_view query() const FL_NOEXCEPT { return view(mQuery); } |
| 50 | fl::string_view fragment() const FL_NOEXCEPT { return view(mFragment); } |
| 51 | fl::string_view authority() const FL_NOEXCEPT { return view(mAuthority); } |
| 52 | |
| 53 | /// Numeric port. Returns the explicit port if present, otherwise the |
| 54 | /// well-known default for the scheme (80 for http, 443 for https, etc.). |