2003-05-14 Manuel Guesdon <mguesdon@orange-concept.com>

* GSWeb.framework/GSWRequest.h/.m:
		o added ivar _browserAcceptedEncodings
		o added -browserAcceptedEncodings
		o modified browserLanguages to use quality indicator
	* GSWeb.framework/GSWConstants.h/.m:
		o added GSWHTTPHeader_AcceptEncoding
	* GSWeb.framework/GSWResponse.h/.m:
		o added ivar _acceptedEncodings
		o added -acceptedEncodings
		o added -setAcceptedEncodings:
	* GSWeb.framework/GSWComponentRequestHandler.m:
		o set request  browserAcceptedEncodings to response
	* GSWeb.framework/GSWComponent.m:
		o set request  browserAcceptedEncodings to response
	* GSWeb.framework/NSData+Compress.h/.m:
		o added
	* config.h.in
		o added HAVE_ZLIB


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@16718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2003-05-14 08:30:22 +00:00
parent 844970c080
commit 475771a1fa
25 changed files with 527 additions and 46 deletions

View file

@ -1,8 +1,8 @@
/* GSWResourceManager.h - GSWeb: Class GSWResourceManager
Copyright (C) 1999-2002 Free Software Foundation, Inc.
Copyright (C) 1999-2003 Free Software Foundation, Inc.
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
Date: Jan 1999
Date: Jan 1999
This file is part of the GNUstep Web Library.
@ -49,8 +49,6 @@ extern NSDictionary* globalMime;
BOOL _applicationRequiresJavaVirtualMachine;
};
-(void)dealloc;
-(id)init;
-(NSString*)description;
-(void)_initFrameworkProjectBundles;
@ -140,7 +138,7 @@ extern NSDictionary* globalMime;
-(void)flushDataCache;
-(void)setURLValuedElementData:(GSWURLValuedElementData*)data_;
-(void)setURLValuedElementData:(GSWURLValuedElementData*)data;
-(void)setData:(NSData*)data
forKey:(NSString*)key