|
httpmessage
0.4.0
HTTP message parsing library
|
HTTP header field value text reference. More...
#include <header.h>


Public Attributes | |
| httpmessage_stringview | line |
| struct __httpmessage_headerfield_value * | next_line |
HTTP header field value text reference.
A headef value MAY be splittd on multiple line. In this case, the next_line member of httpmessage_headerfield_value will point on another httpmessage_headerfield_value representing the next line of text for the value.
| httpmessage_stringview httpmessage_headerfield_value::line |
First line of value
| struct __httpmessage_headerfield_value* httpmessage_headerfield_value::next_line |
Reference the the next header field value line
1.8.13