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
@@ -63,6 +63,7 @@ NSString* GCDWebServerGetPrimaryIPv4Address(); // Returns IPv4 address of prima
@interface GCDWebServer (Subclassing)
+ (Class)connectionClass;
+ (NSString*)serverName; // Default is class name
+ (BOOL)shouldAutomaticallyMapHEADToGET; // Default is YES which means HEAD requests are mapped to GET requests with the response body being discarded
@end
@interface GCDWebServer (Extensions)