Added connected state to GCDWebServer

This commit is contained in:
Pierre-Olivier Latour
2014-04-16 00:50:35 -03:00
parent c5ca0f7cee
commit 2d8996b91e
5 changed files with 173 additions and 6 deletions
+2
View File
@@ -128,6 +128,8 @@ extern NSString* GCDWebServerDescribeData(NSData* data, NSString* contentType);
@interface GCDWebServer ()
@property(nonatomic, readonly) NSArray* handlers;
- (void)willStartConnection:(GCDWebServerConnection*)connection;
- (void)didEndConnection:(GCDWebServerConnection*)connection;
@end
@interface GCDWebServerHandler : NSObject