Greetings,
I need to define web APIs similar to follows and invoke handlers that will respond with json data.
192.168.1.1/application/custom_api
How is this possible with the HTTP server implemented in CC3200.
I have gone through the "HTTP Server" section in Network Processor Subsystem document:
www.ti.com/lit/swru368
It seems the simulink HTTP webserver can handle only Webpages with Tokens. It generates an event when it needs to find the value of a Token. Is my understanding correct? Is there a way to get the full URL at the application level?
Thanking in advance for your help.
-Amit Solanki