mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods
This commit is contained in:
@@ -136,7 +136,11 @@ static const char *HTTP_METHOD_MAPPING[] = {
|
||||
"PUT",
|
||||
"PATCH",
|
||||
"DELETE",
|
||||
"HEAD"
|
||||
"HEAD",
|
||||
"NOTIFY",
|
||||
"SUBSCRIBE",
|
||||
"UNSUBSCRIBE",
|
||||
"OPTIONS"
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user