We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4cbd commit 0e9f8c4Copy full SHA for 0e9f8c4
deltachat-ffi/deltachat.h
@@ -5070,6 +5070,15 @@ void dc_provider_unref (dc_provider_t* provider);
5070
*/
5071
dc_http_response_t* dc_get_http_response (const dc_context_t* context, const char* url);
5072
5073
+
5074
+/**
5075
+ * @class dc_http_response_t
5076
+ *
5077
+ * An object containing an HTTP(S) GET response.
5078
+ * Created by dc_get_http_response().
5079
+ */
5080
5081
5082
/**
5083
* Returns HTTP response MIME type as a string, e.g. "text/plain" or "text/html".
5084
*
0 commit comments