True if the URL was missing a scheme and "https://" was assumed.
| 39 | |
| 40 | /// True if the URL was missing a scheme and "https://" was assumed. |
| 41 | bool wasRepaired() const FL_NOEXCEPT { return mRepaired; } |
| 42 | |
| 43 | // ---- Component accessors (return views into mUrl) ---- |
| 44 | fl::string_view scheme() const FL_NOEXCEPT { return view(mScheme); } |