#include <headers.h>
Data Fields | |
| char * | name |
| Header name. | |
| char * | value |
| Header value. | |
| struct s_http_header * | next |
| Pointer to the next HTTP header item. | |
This structure contains HTTP headers list element. It holds header name, its value, and a pointer to the next element.
| char* s_http_header::name |
Header name.
| char* s_http_header::value |
Header value.
struct s_http_header* s_http_header::next [read] |
Pointer to the next HTTP header item.
1.5.5