Skip to content

cf_https_response_find_header

Category: web
GitHub: cute_https.h


Searches for and returns a header by name.

CF_HttpsHeader cf_https_response_find_header(CF_HttpsResponse response, const char* header_name);
Parameters Description
response The HTTP response.
header_name The name of the header to search for.

CF_HttpsHeader
CF_HttpsResponse
cf_https_response_headers