ada_search_params_reset

Resets search parameters to a new query string.

extern (C) @nogc nothrow @safe @trusted
void
ada_search_params_reset
(,
scope const(char)* input
,
size_t length
)

Parameters

result ada_url_search_params

The ada_url_search_params handle.

input const(char)*

The new query string (null-terminated C string).

length size_t

The length of the input string.

Meta