mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fixup key name that I advised on incorrectly - needs the correct prefix.
This commit is contained in:
parent
62ab252a3f
commit
ce9699d5c5
5 changed files with 34 additions and 24 deletions
|
@ -116,11 +116,11 @@ GS_EXPORT NSString * const GSHTTPPropertyPasswordKey;
|
|||
|
||||
/**
|
||||
* Key for passing to [NSURLHandle]'s and [NSHTTPURLProtocol]'s
|
||||
* <code>propertyForKey..</code> methods. Specifying <code>@YES</code> will
|
||||
* <code>propertyForKey..</code> methods. Specifying <code>YES</code> will
|
||||
* signal Digest Authentication logic to always omit the 'query' portion of the
|
||||
* URI when generating the `Authorization` header.
|
||||
*/
|
||||
GS_EXPORT NSString * const GSDigestURIOmitsQuery;
|
||||
GS_EXPORT NSString * const GSHTTPPropertyDigestURIOmitsQuery;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue