Go to the source code of this file.
Functions | |
char * | CreateFilePath (CONST char *url, CONST char *addon) |
Create a file path from an URL. | |
void | DestroyRequestInfo (REQUEST *req) |
Release request info structure. | |
Variables | |
char * | http_root |
char * | default_files [] |
char* CreateFilePath | ( | CONST char * | url, | |
CONST char * | addon | |||
) |
void DestroyRequestInfo | ( | REQUEST * | req | ) |
Release request info structure.
Definition at line 77 of file httpd_p.c.
References free.
Referenced by NutHttpProcessRequest().
char* http_root |
Referenced by CreateFilePath().
char* default_files[] |