Http_HeaderEntry

typedef struct Http_HeaderEntry {...} Http_HeaderEntry

Overview

Defines all key-value pairs in the request or response header.

Since: 20

Related module: netstack

Header file: net_http_type.h

Summary

Member Variables

Name Description
char *key Key in the request or response header.
Http_HeaderValue *value Value of the key in the request or response header. For details, see Http_HeaderValue.
struct Http_HeaderEntry *next Pointer to Pointer to the next Http_HeaderEntry.