?? httchunk.h
字號:
/* W3C Sample Code Library libwww Chunked Transfer Encoding and Decoding! Chunked Transfer Encoding and Decoding!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*Chunked transfer encoding and decoding is new in HTTP/1.1. It allows applicationsto use persistent connections while not knowing the content length a priorito the response header is generated.Both the encoder and the decoder are of typeHTCoder which is defined in theStream Pipe Builder. This means that bot theencoder and the decoder are registered dynamically and called by the StreamPipe Builder if required.Note: These streams are not set up by default. They must beregistered by the application. You can use the default initialization functionHTEncoderInit() function in theinitialization interface.This module is implemented by HTTChunk.c, and itis a part of the W3C Sample CodeLibrary.*/#ifndef HTTCHUNK_H#define HTTCHUNK_H#include "HTFormat.h"/**/extern HTCoder HTChunkedDecoder, HTChunkedEncoder;/**/#endif /* HTTCHUNK_H *//* @(#) $Id: HTTChunk.html,v 2.4 1998/05/14 02:11:09 frystyk Exp $*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -