cf_https_response¶
Category: web
GitHub: cute_https.h
Returns a CF_HttpsResponse from a request.
Remarks¶
A response can be retrieved from the https object after cf_https_process returns CF_HTTPS_RESULT_OK.
Calling this function otherwise will get you a NULL pointer returned. This will get cleaned up automatically
when cf_https_destroy is called.
Related Pages¶
CF_HttpsRequest
cf_https_get
cf_https_post
cf_https_destroy
cf_https_process