CF_HttpsHeader¶
Category: web
GitHub: cute_https.h
Represents an HTTPS header.
Struct Members | Description |
---|---|
const char* name |
The name of the header, also known as the key of the header. |
const char* value |
The value of the header. |
Remarks¶
Headers may be fetched from a CF_HttpsResponse by calling cf_https_response_find_header, or cf_https_response_headers.
Related Pages¶
CF_HttpsRequest
CF_HttpsResponse
cf_https_response_headers
cf_https_response_find_header