Creates a RequestReader
that reads a required multi-value boolean
param
from the request into a List
or raises an exception when the
param is missing or empty or doesn't correspond to an expected type.
Creates a RequestReader
that reads a required multi-value boolean
param
from the request into a List
or raises an exception when the
param is missing or empty or doesn't correspond to an expected type.
the param to read
a List
that contains all the values of multi-value param
A required multi-value boolean param.
(Since version 0.5.0) use RequiredParams(name).as[Boolean]