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.