|
Functions |
| static int | websUrlHandlerSort (const void *p1, const void *p2) |
| static int | websPublishHandler (webs_t wp, char_t *urlPrefix, char_t *webDir, int sid, char_t *url, char_t *path, char_t *query) |
| static char_t * | websCondenseMultipleChars (char_t *strToCondense, char_t cCondense) |
| int | websUrlHandlerOpen () |
| void | websUrlHandlerClose () |
| int | websUrlHandlerDefine (char_t *urlPrefix, char_t *webDir, int arg, int(*handler)(webs_t wp, char_t *urlPrefix, char_t *webdir, int arg, char_t *url, char_t *path, char_t *query), int flags) |
| int | websUrlHandlerDelete (int(*handler)(webs_t wp, char_t *urlPrefix, char_t *webDir, int arg, char_t *url, char_t *path, char_t *query)) |
| int | websPublish (char_t *urlPrefix, char_t *path) |
| char_t * | websGetPublishDir (char_t *path, char_t **urlPrefix) |
| int | websUrlHandlerRequest (webs_t wp) |
Variables |
| static websUrlHandlerType * | websUrlHandler |
| static int | websUrlHandlerMax |
| static int | urlHandlerOpenCount = 0 |