esp-idf/components/esp_http_server/src
Maciej Małecki e40b1402e4
feat(http_server): add 413 Payload Too Large response
While not useful for the HTTP parser itself, this is very useful for
memory-limited consumers of the HTTP server API.

Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com>
2024-05-29 18:30:00 +05:30
..
port change(components/esp_http_server): add task_caps configuration 2023-12-13 12:26:59 +05:30
util fix: Add warning to enable LWIP_NETIF_LOOPBACK to use control socket API 2024-05-07 10:39:12 +05:30
esp_httpd_priv.h fix: Add config option to set timeout for posting events 2024-05-08 11:41:05 +05:30
httpd_main.c fix: Add config option to set timeout for posting events 2024-05-08 11:41:05 +05:30
httpd_parse.c refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
httpd_sess.c feat(httpd): add support for asynchronous request handling 2023-05-19 10:05:42 +05:30
httpd_txrx.c feat(http_server): add 413 Payload Too Large response 2024-05-29 18:30:00 +05:30
httpd_uri.c feat: support HTTP_ANY method in esp_http_server 2024-01-15 14:32:06 +05:30
httpd_ws.c esp_http_server: Update to support build for Linux 2023-03-31 16:42:05 +05:30