queryParams property

Map<String, List<String>> queryParams
getter/setter pair

The query params sent with the request. i.e. /hello?query=param.

Implementation

Map<String, List<String>> queryParams;