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

Go to the documentation of this file.
00001 #ifdef _ZLIB_SUPPORT_
00002 #ifndef _ENCODING_DEFLATE_
00003 #define _ENCODING_DEFLATE_
00004 
00005 #include "../HTTP.h"
00006 
00007 #define NORMAL_DATA      0
00008 #define GZIP_DATA        1
00009 #define DEFLATE_DATA 2
00010 
00011 int CBDeflate(int cbType,HTTPHANDLE HTTPHandle,PHTTP_DATA *prequest,PHTTP_DATA *presponse);
00012 
00013 #endif
00014 #endif
00015 
00016 

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