RobT's fork of HTTPClient library

Fork of HTTPClient_ToBeRemoved by Donatien Garnier

Revision:
7:d97a4fc01c86
Parent:
6:3d3824893be1
--- a/data/HTTPMap.h	Thu Apr 19 09:19:58 2012 +0000
+++ b/data/HTTPMap.h	Thu Apr 19 09:52:54 2012 +0000
@@ -29,6 +29,9 @@
 
 #define HTTPMAP_TABLE_SIZE 32
 
+/** Map of key/value pairs
+ * Used to transmit POST data using the application/x-www-form-urlencoded encoding
+ */
 class HTTPMap: public IHTTPDataOut
 {
 public: