Adding an attribute collection to GCDWebServerRequest and adding regular expression captures as an attribute.

This commit is contained in:
Nick Gravelyn
2014-09-29 20:57:09 -07:00
parent a5d83abdd0
commit 3771cf4e92
4 changed files with 45 additions and 2 deletions
+1
View File
@@ -153,6 +153,7 @@ extern NSString* GCDWebServerComputeMD5Digest(NSString* format, ...) NS_FORMAT_F
- (BOOL)performOpen:(NSError**)error;
- (BOOL)performWriteData:(NSData*)data error:(NSError**)error;
- (BOOL)performClose:(NSError**)error;
- (void)setAttribute:(id)attribute forKey:(NSString*)key;
@end
@interface GCDWebServerResponse ()