public interface HTTPGetHandler
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response |
doGet(NanoHTTPD.Request req)
HTTP GET
|
NanoHTTPD.Response doGet(NanoHTTPD.Request req) throws Exception
uri
- Percent-decoded URI without parameters, for example
"/index.cgi"method
- "GET", "POST" etc.parms
- Parsed, percent decoded parameters from URI and, in
case of POST, data. The keys are the parameter names.
Each value is a Collection
of String
s
containing the bindings for the named parameter. The
order of the URL parameters is preserved.header
- Header entries, percent decodedException
NanoHTTPD.Response
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.