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