forked from weirdhome

Fork of HTTPClient by David Smart

Revision:
23:517fec8b8b99
Parent:
21:d33f7e1ce811
Child:
24:eee214e3e806
--- a/HTTPClient.h	Sun Mar 09 16:39:40 2014 +0000
+++ b/HTTPClient.h	Sat Mar 15 18:40:29 2014 +0000
@@ -179,5 +179,6 @@
 //Including data containers here for more convenience
 #include "data/HTTPText.h"
 #include "data/HTTPMap.h"
+#include "data/HTTPFile.h"
 
 #endif