cef_urlrequest_t.get_response

Returns the response, or NULL if no response information is available. Response information will only be available after the upload has completed. The returned object is read-only and should not be modified.

struct cef_urlrequest_t
extern (System)
cef_response_t* function(cef_urlrequest_t* self) nothrow get_response;

Meta