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
1.5.4