"Server: LUFA RNDIS\r\n"\r
"Content-type: text/html\r\n"\r
"Connection: close\r\n\r\n";\r
- \r
+\r
+/** HTTP server response header, for transmission before a resource not found error. This indicates to the host that the given\r
+ * given URL is invalid, and gives extra error information.\r
+ */\r
char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"\r
"Server: LUFA RNDIS\r\n"\r
"Connection: close\r\n\r\n";\r