int HttpRegisterFolder ( HttpConfigData *pConfig , const char *pBaseUrl , unsigned uFlags , const char *pTypeFilter )
pConfig | config data of the server |
||||||
pBaseUrl | is the base url for which the plugin is used 0 = means every folder |
||||||
uFlags | several flags for the plugin:
|
||||||
pTypeFilter | is
a list of suffixes of all allowed or not allowed file types:
|
Returns 0 if the plugin was installed or an error code:
1 = no more user parameters
The folder plugin for the HTTP-Server allows to view url to a directory as a file list:
see also:
AzHttp Overview |
HttpDaemon |
HttpRegisterIcon |
HttpInitFolder |
HttpRegisterScript