ada_search_params_to_string

Converts search parameters to a query string.

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

Parameters

result ada_url_search_params

The ada_url_search_params handle.

Return Value

An ada_owned_string containing the query string, which must be freed with ada_free_owned_string.

Meta