Page 1 of 1

Register URI handler for 50 different paths in httpd server example

Posted: Thu Oct 18, 2018 11:11 am
by amehta
Hi I have more than 50 different URIs on my http server(written using netconn API). I want to port that to HTTP Server given in examples. I would basically want to get URI, params, body and method extracted and sent to my common function(already written) and then respond from there.

I want to shift to httpd server as they have session management in built to it which I would like to utilize. Any working example would be very much appreciated.

Thanks,

Re: Register URI handler for 50 different paths in httpd server example

Posted: Thu Oct 18, 2018 11:46 am
by chegewara

Re: Register URI handler for 50 different paths in httpd server example

Posted: Fri Oct 19, 2018 5:21 am
by amehta
Hi @chegewara, thanks for the link. Can you also help me out on https://esp32.com/viewtopic.php?p=32209#p32209 issue. Thanks again

Re: Register URI handler for 50 different paths in httpd server example

Posted: Fri Oct 19, 2018 8:05 am
by chegewara
Sorry, i am ble guy. esp_http_client is new to me.