ada_get_components

Retrieves the internal components of a parsed URL.

extern (C) @nogc nothrow @safe scope @trusted
ada_get_components
()

Parameters

result ada_url

The ada_url handle.

Return Value

A pointer to the ada_url_components struct, or null if the URL is invalid.

Meta