Nut/OS  5.0.5
API Reference
_HTTP_LOCATION Struct Reference

HTTP redirection information structure. More...

#include <mod_redir.h>

Collaboration diagram for _HTTP_LOCATION:
[legend]

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?

Detailed Description

HTTP redirection information structure.


Member Function Documentation

_HTTP_LOCATION::ISC_LINK ( HTTP_LOCATION  )

Chain link.


Field Documentation

Redirected resource.

Referenced by HttpRegisterRedir().

Redirection target.

Referenced by HttpLocationRedir(), and HttpRegisterRedir().

HTTP response code.

Referenced by HttpLocationRedir(), and HttpRegisterRedir().

Not used?


The documentation for this struct was generated from the following file: