Go to the source code of this file.
Data Structures | |
| struct | _HTTP_LOCATION |
| HTTP redirection information structure. More... | |
Typedefs | |
| typedef struct _HTTP_LOCATION | HTTP_LOCATION |
| HTTP redirection entry type. | |
Functions | |
| int | HttpRegisterRedir (const char *url, const char *redir, int response) |
| Register an HTTP redirection. | |
| int | HttpLocationRedir (HTTPD_SESSION *hs) |
| Default HTTP redirection handler. | |
| HTTP_LOCATION * | HttpLocationLookup (const char *uri) |
| Retrieve redirection entry for a given resource. | |