Nut/OS  5.0.5
API Reference
mod_redir.h File Reference
#include <isc/list.h>
#include <pro/uhttp/uhttpd.h>
Include dependency graph for mod_redir.h:
This graph shows which files directly or indirectly include this file:

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_LOCATIONHttpLocationLookup (const char *uri)
 Retrieve redirection entry for a given resource.