WebSocket_Header

struct WebSocket_Header {...}

Overview

Defines the header linked list added to the WebSocket client.

Since: 11

Related module: netstack

Header file: net_websocket_type.h

Summary

Member Variables

Name Description
const char *fieldName Pointer to the field name of a header.
const char *fieldValue Pointer to the field value of a header.
struct WebSocket_Header *next Next pointer of the header linked list.