Http_HeaderValue
typedef struct Http_HeaderValue {...} Http_HeaderValue
Overview
Defines the type of a mapped value in a request or response header.
Since: 20
Related module: netstack
Header file: net_http_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| char *value | Value of a key-value pair in the header. |
| struct Http_HeaderValue *next | Pointer to Pointer to the next Http_HeaderValue. |