Nut/OS  5.0.5
API Reference
mod_ssi.h File Reference
Include dependency graph for mod_ssi.h:
This graph shows which files directly or indirectly include this file:

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.