Add GSDigestURIOmitsQuery key

This commit is contained in:
Earl Robsham 2025-03-25 19:40:03 -04:00
parent dc4270128d
commit f8173506cd
5 changed files with 21 additions and 3 deletions

View file

@ -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
/**