esp_http_client: add support OPPTIONS/SUB/UNSUB/NOTIFY methods

This commit is contained in:
Tuan PM
2018-09-06 21:30:07 +08:00
committed by bot
parent aab43e6dda
commit 738d49e02b
2 changed files with 10 additions and 2 deletions

View File

@@ -136,7 +136,11 @@ static const char *HTTP_METHOD_MAPPING[] = {
"PUT",
"PATCH",
"DELETE",
"HEAD"
"HEAD",
"NOTIFY",
"SUBSCRIBE",
"UNSUBSCRIBE",
"OPTIONS"
};
/**