ada_search_params_has

Checks if a key exists in search parameters.

extern (C) @nogc nothrow @safe @trusted
bool
ada_search_params_has
(,
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.

Return Value

Type: bool

true if the key exists, false otherwise.

Meta