Format: name':' body.
#include <hf.h>
Data Fields
-
str body
- Header field body (may not include CRLF).
-
int len
- length from hdr start until EoHF (incl.CRLF)
-
str name
- Header field name.
-
struct hdr_field * next
- Next header field in the list.
-
void * parsed
- Parsed data structures.
-
hdr_types_t type
- Header field type.
Detailed Description
Definition at line 204 of file hf.h.
The documentation for this struct was generated from the following file: