|
Node Director
|
HTTP Request methods, with the ability to decode a String back to its enum value.
More...
Static Public Member Functions | |
| static Method | lookup (String method) |
Public Attributes | |
| GET | |
| PUT | |
| POST | |
| DELETE | |
| HEAD | |
HTTP Request methods, with the ability to decode a String back to its enum value.
|
static |
Referenced by fi.iki.elonen.NanoHTTPD.HTTPSession.execute().
| fi.iki.elonen.NanoHTTPD.Method.DELETE |
| fi.iki.elonen.NanoHTTPD.Method.GET |
| fi.iki.elonen.NanoHTTPD.Method.HEAD |
| fi.iki.elonen.NanoHTTPD.Method.POST |
Referenced by fi.iki.elonen.NanoHTTPD.HTTPSession.parseBody(), and fi.iki.elonen.NanoHTTPD.serve().
| fi.iki.elonen.NanoHTTPD.Method.PUT |
Referenced by fi.iki.elonen.NanoHTTPD.HTTPSession.parseBody(), and fi.iki.elonen.NanoHTTPD.serve().
1.8.1.2