Common stuff for all my devices' web server pages: css, login, log, ipv4, ipv6, firmware update, clock, reset info etc.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers http-not-found.c Source File

http-not-found.c

00001 #include "http.h"
00002 
00003 void HttpNotFound()
00004 {
00005     HttpAddText("HTTP/1.1 404 Not Found\r\n"
00006                     "\r\n");
00007 }