Fork with custom headers and basic auth.

Dependents:   MbedSmartRest

Fork of HTTPClient by Kazushi Mukaiyama

Revision:
22:967c00d70d95
Parent:
19:bcbf0af9fac3
--- a/HTTPClient.h	Thu Jan 30 11:47:09 2014 +0000
+++ b/HTTPClient.h	Sun Feb 02 16:40:08 2014 +0000
@@ -26,7 +26,7 @@
 
 #include "TCPSocketConnection.h"
 
-#define HTTP_CLIENT_DEFAULT_TIMEOUT 15000
+#define HTTP_CLIENT_DEFAULT_TIMEOUT 60000
 
 class HTTPData;