Data Fields | |
| char * | status |
| list | headers [1] |
| char * | head |
| size_t | head_length |
| char * | body |
| size_t | content_length |
| int | is_static |
|
|
HTTP document body.
|
|
|
Length of body, REQUIRED if binary body.
|
|
|
Formatted http response head.
|
|
|
Length of http response head.
|
|
|
List of header lines.
|
|
|
Nonzero if the content will never change and should be cached by the browser (e.g. images). |
|
|
HTTP status (string).
|
1.2.15