mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add GSDigestURIOmitsQuery
key
This commit is contained in:
parent
dc4270128d
commit
f8173506cd
5 changed files with 21 additions and 3 deletions
|
@ -114,6 +114,14 @@ GS_EXPORT NSString * const GSHTTPPropertyKeyFileKey;
|
|||
*/
|
||||
GS_EXPORT NSString * const GSHTTPPropertyPasswordKey;
|
||||
|
||||
/**
|
||||
* Key for passing to [NSURLHandle]'s and [NSHTTPURLProtocol]'s
|
||||
* <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;
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue