This is the complete list of members for Request, including all inherited members.
| DELETE | Request | static |
| fromJSON(JSONObject jso) | Request | protected |
| fromJSON(String json) | Request | protected |
| fromString(String json) | Request | protected |
| GET | Request | static |
| getBaseUrl() | Request | |
| getBody() | Request | |
| getHeaders() | Request | |
| getId() | Request | |
| getMethod() | Request | |
| getPath() | Request | |
| getUrl() | Request | |
| hasSSL() | Request | |
| id | Request | package |
| K_BASEURL | Request | static |
| K_BODY | Request | static |
| K_HEADER | Request | static |
| K_METHOD | Request | static |
| K_PATH | Request | static |
| PATCH | Request | static |
| POST | Request | static |
| PUT | Request | static |
| Request(String method, String baseUrl, String path, String[] headers, String body) | Request | |
| Request(String json) | Request | |
| Request(JSONObject jso) | Request | |
| toJSON() | Request | |
| toString() | Request |