mirror of
https://github.com/chatmail/core.git
synced 2026-05-09 01:46:30 +03:00
describe dc_http_response_t, needed for doxygen's @memberof
This commit is contained in:
@@ -5070,6 +5070,15 @@ void dc_provider_unref (dc_provider_t* provider);
|
|||||||
*/
|
*/
|
||||||
dc_http_response_t* dc_get_http_response (const dc_context_t* context, const char* url);
|
dc_http_response_t* dc_get_http_response (const dc_context_t* context, const char* url);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @class dc_http_response_t
|
||||||
|
*
|
||||||
|
* An object containing an HTTP(S) GET response.
|
||||||
|
* Created by dc_get_http_response().
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns HTTP response MIME type as a string, e.g. "text/plain" or "text/html".
|
* Returns HTTP response MIME type as a string, e.g. "text/plain" or "text/html".
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user