Updates to perform rudimentary digest authentication.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-06-19 15:06:08 +00:00
parent aa858059f5
commit a3898bd77b
4 changed files with 138 additions and 23 deletions

View file

@ -84,6 +84,10 @@
*/
+ (GSHTTPDigest *) digestWithCredential: (NSURLCredential*)credential
inProtectionSpace: (NSURLProtectionSpace*)space;
/*
* Look for a digest realm in a header
*/
+ (NSString*) digestRealmForAuthentication: (NSString*)authentication;
/*
* Generate next authorisation header for the specified authentication
* header, method, and path.