Skip to content

cf_https_response_headers

Category: web
GitHub: cute_https.h


Returns an array of response headers.

htbl const CF_HttpsHeader* cf_https_response_headers(CF_HttpsResponse response);

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.

CF_HttpsHeader
CF_HttpsResponse
cf_https_response_find_header