Nut/OS  4.10.3
API Reference
_AUTHINFO Struct Reference

HTTP authorization information structure. More...

#include <pro/httpd.h>

Collaboration diagram for _AUTHINFO:

Data Fields

AUTHINFOauth_next
 Link to next AUTHINFO structure.
char * auth_dirname
 Pathname of protected directory.
char * auth_login
 Login user and password, separated by a colon.

Detailed Description

HTTP authorization information structure.

Definition at line 157 of file httpd.h.


Field Documentation

Link to next AUTHINFO structure.

Definition at line 158 of file httpd.h.

Pathname of protected directory.

Definition at line 159 of file httpd.h.

Login user and password, separated by a colon.

Definition at line 160 of file httpd.h.


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