You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
externNSString* const GCDWebServerOption_BonjourName; // NSString (default is empty string i.e. use computer name)
47
47
externNSString* const GCDWebServerOption_MaxPendingConnections; // NSNumber / NSUInteger (default is 16)
48
48
externNSString* const GCDWebServerOption_ServerName; // NSString (default is server class name)
49
+
externNSString* const GCDWebServerOption_AuthenticationMethod; // One of "GCDWebServerAuthenticationMethod_..." (default is nil i.e. no authentication)
49
50
externNSString* const GCDWebServerOption_AuthenticationRealm; // NSString (default is server name)
50
-
externNSString* const GCDWebServerOption_BasicAuthenticationAccount; // NSString in the form "user:password" (default is nil i.e. basic authentication disabled)
externNSString* const GCDWebServerOption_ConnectionClass; // Subclass of GCDWebServerConnection (default is GCDWebServerConnection class)
52
54
externNSString* const GCDWebServerOption_AutomaticallyMapHEADToGET; // NSNumber / BOOL (default is YES)
53
55
externNSString* const GCDWebServerOption_ConnectedStateCoalescingInterval; // NSNumber / double (default is 1.0 seconds - set to <=0.0 to disable coaslescing of -webServerDidConnect: / -webServerDidDisconnect:)
54
56
#if TARGET_OS_IPHONE
55
57
externNSString* const GCDWebServerOption_AutomaticallySuspendInBackground; // NSNumber / BOOL (default is YES)
0 commit comments