C:/fscan/HTTPCore/Modules/Encoding_Chunked.h

Go to the documentation of this file.
00001 #ifndef _ENCODING_CHUNKED_
00002 #define _ENCODING_CHUNKED_
00003 
00004 #include "../HTTP.h"
00005 
00006 #define MAX_CHUNK_LENGTH                                                10
00007 #define ERROR_MORE_DATA_NEEDED                                  -1
00008 #define ERROR_PARSING_DATA                                      0xFFFFFF
00009 
00010 int CBDecodeChunk(int cbType,HTTPHANDLE HTTPHandle,PHTTP_DATA *request,PHTTP_DATA *response);
00011 //int ParseDataChunks(char *lpBuffer, unsigned int encodedlen);
00012 
00013 #endif
00014 

Generated on Sun Jan 18 00:32:04 2009 for Fast HTTP Vulnerability Scanner by  doxygen 1.5.4