_AUTHINFO Struct Reference
[HTTP, HTTP]
#include <pro/httpd.h>
Collaboration diagram for _AUTHINFO:
[legend]
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.
|