]> granicus.if.org Git - esp-idf/commit
HTTP Server : Add helper APIs for sending string content
authorAnurag Kar <anurag.kar@espressif.com>
Sat, 5 Jan 2019 21:14:45 +0000 (02:44 +0530)
committerAnurag Kar <anurag.kar@espressif.com>
Mon, 14 Jan 2019 03:06:18 +0000 (08:36 +0530)
commit107f52c4fc48695e003f4a6e3b1d0eccc3db9cc4
treedfda3fd3f37e01fe69d9f8ce6b850fab30cd00aa
parent91d6b3b9898392505d3208e47192aaec437094a2
HTTP Server : Add helper APIs for sending string content

Note : In future consider deprecating usage of -1 for setting
buffer length equal to string length in APIs httpd_resp_send()
and httpd_resp_send_chunk()
components/esp_http_server/include/esp_http_server.h
components/esp_http_server/src/httpd_txrx.c