HCHttpCallRequestGetHeaderAtIndex
获取该 HTTP 调用中位于指定从零开始索引处的请求标头。Syntax
Parameters
call _In_Type: HCCallHandle HTTP 调用的句柄。 headerIndex _In_
Type: uint32_t 请求标头的从零开始的具体索引。 headerName _Out_
Type: char** HTTP 调用的 UTF-8 编码请求标头名称。 headerValue _Out_
Type: char** HTTP 调用的 UTF-8 编码请求标头值。
