Skip to content

cf_https_response

Category: web
GitHub: cute_https.h


Returns a CF_HttpsResponse from a request.

CF_HttpsResponse cf_https_response(CF_HttpsRequest 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.

CF_Https
cf_https_get
cf_https_post
cf_https_destroy
cf_https_process
cf_https_state