param

fun param(key: String): String?

Retrieves a parameter from the request by key.

Return

The parameter value or null if not found.

Parameters

key

The parameter key.