⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htsslwriter.h

📁 www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POS
💻 H
字号:
/*  					W3C Sample Code Library libwww SSL Writer Stream!  SSL Writer Stream!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*The SSL Stream is an output stream whichknows how to write to a SSL socket layer, for example provided by theOpenSSL Library. It is a libwwwtransport and may be registered using theTransport Manager. The applicationcan initialize this stream together with theHTSSLReader stream, for example.This module is implemented by HTSSLWriter.c,and it is a part of the W3C Sample CodeLibrary.The module is contributed by Olga Antropova*/#ifndef HTSSLWRITE_H#define HTSSLWRITE_H#include "HTIOStream.h"extern HTOutput_new HTSSLWriter_new;extern BOOL HTSSLWriter_set (HTOutputStream *      me,                             HTNet *               net,                             HTChannel *           ch,                             void *                param,                             int                   mode);#endif /* HTSSLWRITE_H *//*    @(#) $Id: HTSSLWriter.html,v 1.1 2000/06/09 16:28:57 kahan Exp $*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -