SWRU368C May 2018 – January 2021 CC3100 , CC3100MOD , CC3200 , CC3200MOD
When the HTTP web server gets an HTTP GET request, it first checks the resource URN of the HTTP request for the name of the requested resource. The server then checks if this resource exists in the serial flash. If the resource exists, the server returns it as part of the HTTP response.
If the server does not find the requested resource on the flash, the server checks if this resource is one of the files of the internal web page in the ROM. If the resource is a file of the web page, the server returns the resource; if not, an HTTP error message is sent (HTTP/1.0 404 Not Found response).