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:
rfm 2009-03-03 19:45:40 +00:00
parent 9027f0777b
commit 20b5bfbb86
4 changed files with 25 additions and 1 deletions

View file

@ -115,6 +115,13 @@ GS_EXPORT NSString * const GSHTTPPropertyKeyFileKey;
*/
GS_EXPORT NSString * const GSHTTPPropertyPasswordKey;
/**
* Key for passing to [NSURLHandle]'s <code>propertyForKey..</code> methods to
* specify that all results should be returned, not just those where the
* HTTP status code is in the 200-299 range.
*/
GS_EXPORT NSString * const GSHTTPPropertyReturnAllKey;
#endif
/**