DeterministicESPAsyncWebServer 1.2.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
Header Struct Reference

A single HTTP header field (key: value). More...

#include <http_parser.h>

Public Attributes

char key [MAX_KEY_LEN]
 Field name, null-terminated.
 
char val [MAX_VAL_LEN]
 Field value, null-terminated.
 

Detailed Description

A single HTTP header field (key: value).

Definition at line 89 of file http_parser.h.

Member Data Documentation

◆ key

char Header::key[MAX_KEY_LEN]

Field name, null-terminated.

Definition at line 91 of file http_parser.h.

Referenced by http_get_header(), and http_parser_feed().

◆ val

char Header::val[MAX_VAL_LEN]

Field value, null-terminated.

Definition at line 92 of file http_parser.h.

Referenced by http_get_header(), and http_parser_feed().


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