better

Fork of HTTPClient by Donatien Garnier

Revision:
19:4609f454f8a3
Parent:
18:277279a1891e
Child:
20:b3dec7d44375
--- a/HTTPClient.cpp	Wed May 07 16:48:10 2014 +0000
+++ b/HTTPClient.cpp	Fri Jan 15 04:24:14 2016 +0000
@@ -57,7 +57,7 @@
 
 }
 
-#if 0
+#if 1
 void HTTPClient::basicAuth(const char* user, const char* password) //Basic Authentification
 {
   m_basicAuthUser = user;