📄 htaabrow.h
字号:
/* W3C Sample Code Library libwww Client Side Authentication Challenges and Credentials! Client Side Authentication Challenges and Credentials!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*Contains code for parsing challenges and creating credentials for basic anddigest authentication schemes. See also the HTAAUtil module for how to handleother authentication schemes. You don't have to use this code at all if youbetter like to use your own functions for parsing challenges and generatingcredentials. All functions are implemented as callback functions to theAuthentication ManagerThis module is implemented by HTAABrow.c, and itis a part of the W3C Sample CodeLibrary.*/#ifndef HTAABROW_H#define HTAABROW_H#include "HTUTree.h"#include "HTNet.h"/*. Basic Authentication.This is the set of callback functions for handling basic authentication.*/extern HTNetBefore HTBasic_generate;extern HTNetAfter HTBasic_parse;extern HTUTree_gc HTBasic_delete;/*. Digest Authentication.This is the set of callback functions for handling digest authentication.*/extern HTNetBefore HTDigest_generate;extern HTNetAfter HTDigest_parse;extern HTNetAfter HTDigest_updateInfo;extern HTUTree_gc HTDigest_delete;/**/#endif /* NOT HTAABROW_H *//* @(#) $Id: HTAABrow.html,v 2.31 1999/01/27 08:52:02 kahan Exp $*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -