Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
http_header Struct Reference

HTTP header representation. More...

#include <zephyr/net/http/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: