ada_clear_search

Clears the search (query) component of a parsed URL. Has no effect if the URL is invalid.

extern (C) @nogc nothrow @safe @trusted
void
ada_clear_search
()

Parameters

result ada_url

The ada_url handle.

Meta