Fixup key name that I advised on incorrectly - needs the correct prefix.

This commit is contained in:
rfm 2025-03-26 16:16:57 +00:00
parent 62ab252a3f
commit ce9699d5c5
5 changed files with 34 additions and 24 deletions

View file

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