Class QueryParams
java.lang.Object
net.jonathangiles.tools.teenyhttpd.request.QueryParams
public class QueryParams extends Object
A lazily-evaluated representation of all received query params from a single request. Query params are not parsed
until they are requested by calling
getQueryParams(), which is never called by TeenyHttpd (either directly
or through the Request.getQueryParams() method.-
Field Summary
Fields Modifier and Type Field Description static QueryParamsEMPTY -
Constructor Summary
Constructors Constructor Description QueryParams(String allParams) -
Method Summary
-
Field Details
-
Constructor Details
-
Method Details
-
getQueryParams
Returns all query params parsed into a Map. -
toString
-