httpmessage  0.4.0
HTTP message parsing library
Public Attributes | List of all members
httpmessage_headerfield_value Struct Reference

HTTP header field value text reference. More...

#include <header.h>

Inheritance diagram for httpmessage_headerfield_value:
Inheritance graph
[legend]
Collaboration diagram for httpmessage_headerfield_value:
Collaboration graph
[legend]

Public Attributes

httpmessage_stringview line
 
struct __httpmessage_headerfield_value * next_line
 
- Public Attributes inherited from httpmessage_stringview
const char * text
 First character of the string.
 
size_t length
 Text length.
 

Detailed Description

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.

Member Data Documentation

◆ line

httpmessage_stringview httpmessage_headerfield_value::line

First line of value

◆ next_line

struct __httpmessage_headerfield_value* httpmessage_headerfield_value::next_line

Reference the the next header field value line


The documentation for this struct was generated from the following file: