From 7fac49567c4055108e6d08db26a952c80d5c9c2d Mon Sep 17 00:00:00 2001 From: Manuel Guesdon Date: Tue, 6 Apr 2004 11:13:35 +0000 Subject: [PATCH] o added GSWHTTPHeader_LoadAverage o added GSWHTTPHeader_RefuseSessions o added AllowsCacheControlHeader git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19044 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWConstants.h | 4 ++++ GSWeb.framework/GSWConstants.m | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/GSWeb.framework/GSWConstants.h b/GSWeb.framework/GSWConstants.h index 32cafdc..fda18b7 100644 --- a/GSWeb.framework/GSWConstants.h +++ b/GSWeb.framework/GSWConstants.h @@ -141,6 +141,8 @@ extern NSString* GSWHTTPHeader_RecordingSessionID[2]; extern NSString* GSWHTTPHeader_RecordingIDsURL[2]; extern NSString* GSWHTTPHeader_RecordingIDsCookie[2]; extern NSString* GSWHTTPHeader_RecordingApplicationNumber[2]; +extern NSString* GSWHTTPHeader_LoadAverage[2]; +extern NSString* GSWHTTPHeader_RefuseSessions[2]; extern NSString* GSWHTTPHeader_Method[2]; extern NSString* GSWHTTPHeader_MethodPost; @@ -232,6 +234,8 @@ extern NSString* GSWOPT_ResourceManagerClassName[2]; extern NSString* GSWOPT_StatisticsStoreClassName[2]; extern NSString* GSWOPT_RecordingClassName[2]; extern NSString* GSWOPT_DisplayExceptionPages[2]; +extern NSString* GSWOPT_AllowsCacheControlHeader[2]; + //==================================================================== diff --git a/GSWeb.framework/GSWConstants.m b/GSWeb.framework/GSWConstants.m index 5aeaffd..e254fcf 100644 --- a/GSWeb.framework/GSWConstants.m +++ b/GSWeb.framework/GSWConstants.m @@ -140,6 +140,8 @@ NSString* GSWHTTPHeader_RecordingSessionID[2]={ @"x-gsweb-session-id", @"x-webob NSString* GSWHTTPHeader_RecordingIDsURL[2]={ @"x-gsweb-ids-url", @"x-webobjects-ids-url" }; NSString* GSWHTTPHeader_RecordingIDsCookie[2]={ @"x-gsweb-ids-url", @"x-webobjects-ids-cookie" }; NSString* GSWHTTPHeader_RecordingApplicationNumber[2]={ @"x-gsweb-application-number", @"x-webobjects-application-number" }; +NSString* GSWHTTPHeader_LoadAverage[2] = { @"x-gsweb-loadaverage", @"x-webobjects-loadaverage" }; +NSString* GSWHTTPHeader_RefuseSessions[2] = { @"x-gsweb-refusenewsessions", @"x-webobjects-refusenewsessions" }; NSString* GSWHTTPHeader_MethodPost=@"POST"; NSString* GSWHTTPHeader_MethodGet=@"GET"; @@ -231,6 +233,8 @@ NSString* GSWOPT_ResourceManagerClassName[2]= { @"GSWResourceManagerClassName", NSString* GSWOPT_StatisticsStoreClassName[2]= { @"GSWStatisticsStoreClassName", @"WOStatisticsStoreClassName" }; NSString* GSWOPT_RecordingClassName[2]= { @"GSWRecordingClassName", @"WORecordingClassName" }; NSString* GSWOPT_DisplayExceptionPages[2]= { @"GSWDisplayExceptionPages", @"WODisplayExceptionPages" }; +NSString* GSWOPT_AllowsCacheControlHeader[2]= { @"GSWAllowsCacheControlHeader", @"WOAllowsCacheControlHeader" }; + //====================================================================