cf_https_response_headers¶
Category: web
GitHub: cute_https.h
Returns an array of response headers.
Remarks¶
Intended to be used with cf_https_response_headers_count. Do not free this array, it will get cleaned up when the originating CF_HttpsRequest is destroyed via cf_https_destroy. If you're familiar with htbl you may treat this pointer as a hashtable key'd by strings.
Related Pages¶
CF_HttpsHeader
CF_HttpsResponse
cf_https_response_find_header