This submodule contains the functions and types for handling message headers and other elements.
More...
|
| Erroneous Headers |
| The erroneous headers are stored in msg_error_t structure.
|
|
| Unknown Headers |
| The unknown headers are handled with msg_unknown_t structure. The whole unknown header including its name is included in the header value string g_value.
|
|
| Message Body |
| The payload object contains the message body. The message body has no structure, but it is stored in the pl_data buffer as a byte array. Multiple payload objects may be linked to a list.
|
|
| Message Separator |
| An empty line separates headers from the message body. In order to avoid modifying messages with integrity protection, the separator line has its own header structure which is included in the msg_t structure.
|
|
|
size_t | msg_params_copy_xtra (msg_param_t const pp[], size_t offset) |
| Calculate size of a parameter vector.
|
|
This submodule contains the functions and types for handling message headers and other elements.