Definition at line 194 of file url.h.
194 {
196
197
198 fl::size at = auth.
find(
'@');
202 }
203
204
206
207 fl::size closeBracket = auth.
find(
']',
pos);
209
211 return;
212 }
213
215 pos = closeBracket + 1;
219 }
220 } else {
221
222 fl::size colon = auth.
find(
':',
pos);
225 fl::size portStart = colon + 1;
227 } else {
229 }
230 }
231 }
static constexpr fl::size npos
constexpr fl::size size() const FL_NOEXCEPT
fl::size find(char ch, fl::size pos=0) const FL_NOEXCEPT
static Span makeSpan(fl::size off, fl::size len) FL_NOEXCEPT
References FL_NOEXCEPT, makeSpan(), mHost, mPort, mUserinfo, fl::string_view::npos, and pos.
Referenced by parse().