how can i make http_patch request with http_client lib
Hi
i want to make a http patch request to server using sdk http_client lib but http_client.h only exposes
typedef enum {
HTTP_GET,
HTTP_POST,
HTTP_PUT,
HTTP_DELETE
} http_request_type_t;
is there any other configuration that can i use to set http patch request.
BR
Iqbal