mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Extension to support SOAP by allowing us to get status 500 responses
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9027f0777b
commit
20b5bfbb86
4 changed files with 25 additions and 1 deletions
|
@ -88,6 +88,9 @@ NSString * const GSHTTPPropertyKeyFileKey
|
|||
NSString * const GSHTTPPropertyPasswordKey
|
||||
= @"GSHTTPPropertyPasswordKey";
|
||||
|
||||
NSString * const GSHTTPPropertyReturnAllKey
|
||||
= @"GSHTTPPropertyReturnAllKey";
|
||||
|
||||
|
||||
/**
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue