Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stdio.h>
#include <http.h>
#include <string.h>
Functions | |
int | httpErrorResponse (device *devptr, short errNum) |
int httpErrorResponse | ( | device * | devptr, |
short | errNum | ||
) |
Formulate and write HTTP error page
devptr | pointer to the underlying device to write to |
errnum | the three digit HTTP error code |