#include <http.h>
Data Fields | |
| cp_http_version | version |
| cp_http_status_code | status |
| cp_http_request * | request |
| char * | servername |
| connection_policy | connection |
| cp_hashtable * | header |
| cp_http_content_type | content_type |
| char * | content_type_lit |
| char * | body |
| cp_string * | content |
| int | len |
| short | skip |
| char * | status_lit |
Definition at line 382 of file http.h.
|
|
deprecated |
|
|
Keep-Alive, Close |
|
|
content |
|
|
deprecated |
|
|
content type string |
|
|
headers Definition at line 389 of file http.h. Referenced by cp_http_response_create(). |
|
|
originating request Definition at line 386 of file http.h. Referenced by cp_http_response_create(). |
|
|
Server header Definition at line 387 of file http.h. Referenced by cp_http_response_create(). |
|
|
skip flag |
|
|
http return code (rfc 2616) Definition at line 385 of file http.h. Referenced by cp_http_response_create(). |
|
|
remote server code literal |
|
|
HTTP_1_0, HTTP_1_1 Definition at line 384 of file http.h. Referenced by cp_http_response_create(). |
1.3.9.1