git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-03-03 19:59:58 +00:00
parent 22d4b3470d
commit 0d9c36063c
4 changed files with 1 additions and 25 deletions

View file

@ -115,13 +115,6 @@ 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
/**