This commit is contained in:
Pierre-Olivier Latour
2014-04-30 13:06:02 -07:00
parent 8cbaf0f867
commit 56c096996f

View File

@@ -233,6 +233,10 @@ extern NSString* const GCDWebServerAuthenticationMethod_DigestAccess;
* then passes each one to a "handler" capable of generating an HTTP response
* for it, which is then sent back to the client.
*
* GCDWebServer instances can be created and used from any thread but it's
* recommended to have the main thread's runloop be running so internal callbacks
* can be handled e.g. for Bonjour registration.
*
* See the README.md file for more information about the architecture of GCDWebServer.
*/
@interface GCDWebServer : NSObject