Nut/OS  5.0.5
API Reference
_AUTHINFO Struct Reference

HTTP authorization information structure. More...

#include <pro/httpd.h>

Collaboration diagram for _AUTHINFO:
[legend]

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.


Field Documentation

Link to next AUTHINFO structure.

Referenced by NutClearAuth(), and NutRegisterAuth().

Pathname of protected directory.

Referenced by NutClearAuth(), and NutRegisterAuth().

Login user and password, separated by a colon.

Referenced by NutClearAuth(), and NutRegisterAuth().


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