#include <pro/uhttp/mediatypes.h>
Go to the source code of this file.
Typedefs | |
typedef const char *(* | HTTP_SSI_VARHANDLER )(HTTPD_SESSION *, const char *) |
SSI variable handler type. | |
Functions | |
int | HttpSsiHandler (HTTPD_SESSION *hs, const MEDIA_TYPE_ENTRY *mt, const char *filepath) |
Default SSI handler. | |
HTTP_SSI_VARHANDLER | HttpRegisterSsiVarHandler (HTTP_SSI_VARHANDLER handler) |
Register SSI handler for variables. |