mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
aa858059f5
commit
a3898bd77b
4 changed files with 138 additions and 23 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue