ada_get_search

Retrieves the search (query) component of a parsed URL. Returns an empty string if the URL is invalid or no search is present.

extern (C) @nogc nothrow @safe @trusted
ada_get_search
()

Parameters

result ada_url

The ada_url handle.

Return Value

An ada_string containing the search.

Meta