Part Number: TM4C1294NCPDT
Tool/software: TI-RTOS
Hi
I had own parser of http server, but was matched lwip.
I need to porting to ndk's http server, but I find ndk's http server is processed in httpClientProcess function.
This function can parse command and generate response, but only get file or cgi function.
But m web page will get some information about device.
How to generate response without CGI function, or make own http server.