This commit is contained in:
Pierre-Olivier Latour
2014-04-19 22:56:45 -03:00
parent 43b578677f
commit a93cac5ea6
6 changed files with 61 additions and 46 deletions
@@ -30,6 +30,9 @@
/**
* The GCDWebServerFileResponse subclass of GCDWebServerResponse reads the body
* of the HTTP response from a file on disk.
*
* It will automatically set the lastModifiedDate and eTag properties of the
* GCDWebServerResponse according to the file metadata.
*/
@interface GCDWebServerFileResponse : GCDWebServerResponse