File nut/include/pro/uhttp/modules/mod_redir.h
Included Files
#include <nut/include/isc/list.h>
#include <nut/include/pro/uhttp/uhttpd.h>
Preprocessor definitions
#define _PRO_UHTTP_MODULES_MOD_REDIR_H_
Typedef HTTP_LOCATION
typedef struct _HTTP_LOCATION HTTP_LOCATION
See:
Type struct _HTTP_LOCATION
Type struct _HTTP_LOCATION
struct _HTTP_LOCATION
struct _HTTP_LOCATION
{
struct
{
HTTP_LOCATION* prev;
HTTP_LOCATION* next;
}
loc_link;
char* loc_uri;
char* loc_redir;
int loc_response;
const char* loc_resptext;
}