ada_is_valid

Checks if a parsed URL is valid.

extern (C) @nogc nothrow @safe @trusted
bool
ada_is_valid
()

Parameters

result ada_url

The ada_url handle to check.

Return Value

Type: bool

true if the URL is valid, false otherwise.

Meta