Moved +shouldAutomaticallyMapHEADToGET to GCDWebServer class

This commit is contained in:
Pierre-Olivier Latour
2014-04-09 13:53:46 -07:00
parent d383845fcc
commit fcea9cad44
4 changed files with 6 additions and 6 deletions
-1
View File
@@ -40,7 +40,6 @@
@end
@interface GCDWebServerConnection (Subclassing)
+ (BOOL)shouldAutomaticallyMapHEADToGET; // Default is YES which means HEAD requests are mapped to GET requests with the response body being discarded
- (void)open;
- (void)didUpdateBytesRead; // Called from arbitrary thread after @totalBytesRead is updated - Default implementation does nothing
- (void)didUpdateBytesWritten; // Called from arbitrary thread after @totalBytesWritten is updated - Default implementation does nothing