HttpParam Struct Reference
  Attribute-value pair. More...
#include <http_common.h>
| Data Fields | |
| const char_t * | name | 
| size_t | nameLen | 
| const char_t * | value | 
| size_t | valueLen | 
Detailed Description
Attribute-value pair.
Definition at line 156 of file http_common.h.
Field Documentation
◆ name
| const char_t* name | 
Definition at line 158 of file http_common.h.
◆ nameLen
| size_t nameLen | 
Definition at line 159 of file http_common.h.
◆ value
| const char_t* value | 
Definition at line 160 of file http_common.h.
◆ valueLen
| size_t valueLen | 
Definition at line 161 of file http_common.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/http/http_common.h
