Go to the source code of this file.
Data Structures | |
| struct | http_range |
| HTTP range description. More... | |
Defines | |
| #define | HTTP_OFFSET_MAX (~((filesize_t) 0U)) |
Typedefs | |
| typedef enum http_state | http_state_t |
| HTTP request states. | |
| typedef http_range | http_range_t |
| HTTP range description. | |
Enumerations | |
| enum | http_state { HTTP_AS_UNKNOWN = 0, HTTP_AS_CONNECTING, HTTP_AS_REQ_SENDING, HTTP_AS_REQ_SENT, HTTP_AS_HEADERS, HTTP_AS_RECEIVING, HTTP_AS_REDIRECTED, HTTP_AS_REMOVED } |
| HTTP request states. More... | |
|
|
|
|
|
HTTP range description.
|
|
|
HTTP request states.
|
|
1.3.6