Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http_header Struct Reference

HTTP header representation. More...

#include <server.h>

Data Fields

const char * name
 Pointer to header name NULL-terminated string.
 
const char * value
 Pointer to header value NULL-terminated string.
 

Detailed Description

HTTP header representation.

Field Documentation

◆ name

const char* http_header::name

Pointer to header name NULL-terminated string.

◆ value

const char* http_header::value

Pointer to header value NULL-terminated string.


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