mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00
docs: fix all references to HTTPD_{GET,POST,PUT}
This commit is contained in:
@@ -487,7 +487,7 @@ typedef struct httpd_uri {
|
||||
* // URI handler structure
|
||||
* httpd_uri_t my_uri {
|
||||
* .uri = "/my_uri/path/xyz",
|
||||
* .method = HTTPD_GET,
|
||||
* .method = HTTP_GET,
|
||||
* .handler = my_uri_handler,
|
||||
* .user_ctx = NULL
|
||||
* };
|
||||
|
Reference in New Issue
Block a user