SearchParams.append

Appends a key-value pair to the search parameters.

struct SearchParams
@nogc nothrow
void
append
(
ref string key
,
ref string value
)

Parameters

key string

The key to append.

value string

The value to append.

Meta