HTTP redirection information structure. More...
#include <mod_redir.h>
Public Member Functions | |
| ISC_LINK (HTTP_LOCATION) loc_link | |
| Chain link. | |
Data Fields | |
| char * | loc_uri |
| Redirected resource. | |
| char * | loc_redir |
| Redirection target. | |
| int | loc_response |
| HTTP response code. | |
| const char * | loc_resptext |
| Not used? | |
HTTP redirection information structure.
| _HTTP_LOCATION::ISC_LINK | ( | HTTP_LOCATION | ) |
Chain link.
| char* _HTTP_LOCATION::loc_uri |
Redirected resource.
Referenced by HttpRegisterRedir().
Redirection target.
Referenced by HttpLocationRedir(), and HttpRegisterRedir().
HTTP response code.
Referenced by HttpLocationRedir(), and HttpRegisterRedir().
| const char* _HTTP_LOCATION::loc_resptext |
Not used?