gos_websocket_header_t Struct Reference
HTTP header key/values. More...
Data Fields |
|
| const struct gos_websocket_header * | next |
|
Pointer to next header in linked list.
|
|
| const char * | key |
|
Header key.
|
|
| const char * | value |
|
Header value.
|
|
Detailed Description
HTTP header key/values.
This is an optional feature that allows for issuing custom headers to a remote websocket server when issuing the client handshake.