SearchParams.getAll

Retrieves all values for a given key.

struct SearchParams
@nogc nothrow
getAll
(
ref string key
)

Parameters

key string

The key to look up.

Return Value

Type: Strings

A Strings struct containing all values for the key.

Meta