Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
_AUTHINFO Struct Reference
[HTTP, HTTP]
#include <pro/httpd.h>
Collaboration diagram for _AUTHINFO:

Detailed Description
HTTP authorization information structure.
Data Fields | |
| AUTHINFO * | auth_next |
| Link to next AUTHINFO structure. | |
| CONST char * | auth_dirname |
| Pathname of protected directory. | |
| CONST char * | auth_login |
| Login user and password, separated by a colon. | |