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_state returns CF_HTTPS_STATE_COMPLETED.
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_Https
cf_https_get
cf_https_post
cf_https_destroy
cf_https_process
cf_https_state