SearchParams.set

Sets a key-value pair, replacing any existing values for the key.

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

Parameters

key string

The key to set.

value string

The value to set.

Meta