ada_search_params_remove_value

Removes a specific key-value pair from search parameters.

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

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.

value const(char)*

The value string (null-terminated C string).

value_length size_t

The length of the value string.

Meta