#include <nanohttp-request.h>
Public Attributes | |
| hreq_method_t | method |
| http_version_t | version |
| char | path [REQUEST_MAX_PATH_SIZE] |
| hpair_t * | query |
| hpair_t * | header |
| request_statistics * | statistics |
| http_input_stream_t * | in |
| content_type_t * | content_type |
| attachments_t * | attachments |
| char | root_part_id [150] |
Definition at line 271 of file nanohttp-request.h.
|
|
Definition at line 284 of file nanohttp-request.h. Referenced by hrequest_free(). |
|
|
Definition at line 283 of file nanohttp-request.h. Referenced by hrequest_free(). |
|
|
Definition at line 278 of file nanohttp-request.h. Referenced by hrequest_free(), and httpd_get_postdata(). |
|
|
Definition at line 282 of file nanohttp-request.h. Referenced by hrequest_free(), and httpd_get_postdata(). |
|
|
Definition at line 273 of file nanohttp-request.h. Referenced by httpd_get_postdata(). |
|
|
Definition at line 275 of file nanohttp-request.h. |
|
|
Definition at line 277 of file nanohttp-request.h. Referenced by hrequest_free(). |
|
|
Definition at line 285 of file nanohttp-request.h. |
|
|
Definition at line 280 of file nanohttp-request.h. Referenced by hrequest_free(). |
|
|
Definition at line 274 of file nanohttp-request.h. |
1.4.6