Feature 2911
Compare changes
Files
2@@ -8,6 +8,7 @@
@@ -18,14 +19,9 @@
@@ -47,8 +43,21 @@ typedef struct dap_http_client_internal {
@@ -94,6 +103,118 @@ void dap_http_client_simple_deinit( )
@@ -115,6 +236,24 @@ void dap_http_client_internal_delete( dap_http_client_internal_t * a_client_inte
@@ -126,11 +265,11 @@ void dap_http_client_internal_delete( dap_http_client_internal_t * a_client_inte
@@ -190,6 +329,11 @@ void dap_http_client_simple_request_custom( const char *a_url, const char *a_met
@@ -197,7 +341,7 @@ void dap_http_client_simple_request_custom( const char *a_url, const char *a_met
@@ -211,8 +355,8 @@ void dap_http_client_simple_request_custom( const char *a_url, const char *a_met
@@ -222,8 +366,8 @@ void dap_http_client_simple_request(const char * a_url, const char * a_method, c
@@ -428,9 +572,12 @@ static void* dap_http_client_thread(void * arg)