This file holds definitions and descriptions of HTTP callback functions that will be overridden by user code. These callback functions are invoked by HTTP server to get a feedback from the part of HTTP server who's behaviour is defined by the user application.
Definition in file https_callbacks.c.
Go to the source code of this file.
Functions | |
INT16 | https_findfile (UINT8 hash, UINT8 ses) |
Brief function description here. | |
INT16 | https_loadbuffer (UINT8 ses, UINT8 *buf, UINT16 buflen) |
Fill network transmit buffer with HTTP headers&data. | |
Variables | |
const char | https_not_found_page [] |
File not found message. |
|
Definition at line 124 of file https_callbacks.c. |
|
Definition at line 173 of file https_callbacks.c. References https_not_found_page. |
|
Initial value: "HTTP/1.0 200 OK\r\n Last-modified: Fri, 18 Oct 2002 12:04:32 GMT\r\n Server: ESERV-10/1.0\nContent-type: text/html\r\n Content-length: 400\r\n \r\n <HEAD> <TITLE>Viola Systems Embedded WEB Server</TITLE></HEAD> <BODY> <H2>HTTP 1.0 404 Error. File Not Found</H2> The requested URL was not found on this server. <HR> <BR> <I> Viola Systems Embedded WEB Server 2.0, 2002 <BR> Web Server for Embedded Applications </I> <BR> <A HREF=http://www.violasystems.com> www.violasystems.com - Embedding The Internet</A> </BODY>" Definition at line 81 of file https_callbacks.c. Referenced by https_loadbuffer(). |