ada_search_params_remove

Removes all values for a given key in search parameters.

extern (C) @nogc nothrow @safe @trusted
void
ada_search_params_remove
(,
scope const(char)* key
,
size_t key_length
)

Parameters

result ada_url_search_params

The ada_url_search_params handle.

key const(char)*

The key string (null-terminated C string).

key_length size_t

The length of the key string.

Meta