Register URI handler for 50 different paths in httpd server example
Posted: Thu Oct 18, 2018 11:11 am
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,
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,