?? 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 + -