HTTP authorization information structure. More...
#include <pro/httpd.h>
Data Fields | |
| AUTHINFO * | auth_next |
| Link to next AUTHINFO structure. | |
| char * | auth_dirname |
| Pathname of protected directory. | |
| char * | auth_login |
| Login user and password, separated by a colon. | |
HTTP authorization information structure.
Link to next AUTHINFO structure.
Referenced by NutClearAuth(), and NutRegisterAuth().
| char* _AUTHINFO::auth_dirname |
Pathname of protected directory.
Referenced by NutClearAuth(), and NutRegisterAuth().
| char* _AUTHINFO::auth_login |
Login user and password, separated by a colon.
Referenced by NutClearAuth(), and NutRegisterAuth().