When will the HTTP Client support DELETE requests?
Hello,
I'm using the IHTTPClient class to implement a REST client.
But in order to delete an endpoint, I need to send a HTTP DELETE request.
At this moment only GET, PUT and POST requests can be used (http_request_type_t enum).
When will the HTTP client support DELETE requests?
Best regards,
Sam