HCWebSocketGetHeaderAtIndex
Gets the headers at specific zero based index in the WebSocket.Syntax
Parameters
websocket _In_Type: HCWebsocketHandle The handle of the WebSocket. headerIndex _In_
Type: uint32_t Specific zero based index of the header. headerName _Out_
Type: char** UTF-8 encoded header name for the HTTP call. headerValue _Out_
Type: char** UTF-8 encoded header value for the HTTP call.
