URI.isAbsolute

bool isAbsolute() const @nogc nothrow @safe

True if this reference is an absolute URI (has a non-empty scheme).

Returns

true if scheme is non-empty, false otherwise.