SearchParams.remove

Removes all values for a given key.

struct SearchParams
@nogc nothrow
void
remove
(
ref string key
)

Parameters

key string

The key to remove.

Meta