#38 Added support for digest authentication

This commit is contained in:
Pierre-Olivier Latour
2014-04-18 12:32:55 -03:00
parent ce1eb3c29a
commit 1e17d5c455
7 changed files with 86 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ extern NSString* const GCDWebServerOption_AutomaticallySuspendInBackground; //
#endif
extern NSString* const GCDWebServerAuthenticationMethod_Basic;
extern NSString* const GCDWebServerAuthenticationMethod_DigestAccess;
@class GCDWebServer;