- get(String) - Method in interface co.abit.prime.web.request.ParameterRequest
-
Get parameter's value by key
- getHeader(String) - Method in interface co.abit.prime.web.request.HeaderRequest
-
Return value of request's header
- getHeaderNames() - Method in interface co.abit.prime.web.request.HeaderRequest
-
Return a Iterator over request header names.
- getHeaderValues(String) - Method in interface co.abit.prime.web.request.HeaderRequest
-
Return the request header values for the given header name,
- getList(String, Class<T>) - Method in interface co.abit.prime.web.request.ParameterRequest
-
Get a list of values
- getList(String) - Method in interface co.abit.prime.web.request.ParameterRequest
-
Get a list of strings of values