ada_search_params_get

Retrieves the value for a given key in search parameters.

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

An ada_string containing the value, or empty if not found.

Meta