|
taskrambler
v0.1.8
Web server and task management solution.
|
Include dependency graph for request.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | N_HTTP_METHOD 8 |
Enumerations | |
| enum | HttpMethod { HTTP_OPTIONS = 0, HTTP_GET, HTTP_HEAD, HTTP_POST, HTTP_PUT, HTTP_DELETE, HTTP_TRACE, HTTP_CONNECT } |
Functions | |
| CLASS (HttpRequest) | |
| HttpMethod | httpRequestGetMethodId (HttpRequest) |
Variables | |
| char * | http_method [N_HTTP_METHOD] |
Represents one HTTP request.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file request.h.
| #define N_HTTP_METHOD 8 |
Definition at line 31 of file request.h.
Referenced by httpRequestGetMethodId().
| enum HttpMethod |
| Enumerator | |
|---|---|
| HTTP_OPTIONS | |
| HTTP_GET | |
| HTTP_HEAD | |
| HTTP_POST | |
| HTTP_PUT | |
| HTTP_DELETE | |
| HTTP_TRACE | |
| HTTP_CONNECT | |
Definition at line 35 of file request.h.
| CLASS | ( | HttpRequest | ) |
| HttpMethod httpRequestGetMethodId | ( | HttpRequest | ) |
Definition at line 39 of file get_method_id.c.
References http_method, and N_HTTP_METHOD.
Referenced by httpRequestCtor().
Here is the caller graph for this function:| char* http_method[N_HTTP_METHOD] |
Definition at line 27 of file get_method_id.c.
Referenced by httpRequestGetMethodId().