mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 00:31:34 +00:00
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
This commit is contained in:
parent
81a1cd8f55
commit
7fac49567c
2 changed files with 8 additions and 0 deletions
|
@ -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];
|
||||
|
||||
|
||||
|
||||
//====================================================================
|
||||
|
|
|
@ -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" };
|
||||
|
||||
|
||||
|
||||
//====================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue