Http_Buffer
typedef struct Http_Buffer {...} Http_Buffer
Overview
Defines the HTTP buffer structure.
Since: 20
Related module: netstack
Header file: net_http_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| const char *buffer | Buffer data. |
| uint32_t length | Buffer length. |