Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPClient by
Diff: data/HTTPMap.h
- Revision:
- 32:7b9919d59194
- Parent:
- 16:1f743885e7de
--- a/data/HTTPMap.h Sat Jul 26 19:47:36 2014 +0000
+++ b/data/HTTPMap.h Sat Oct 11 17:26:04 2014 +0000
@@ -39,8 +39,8 @@
/** Put Key/Value pair
The references to the parameters must remain valid as long as the clear() function is not called
- @param key The key to use
- @param value The corresponding value
+ @param[in] key The key to use
+ @param[in] value The corresponding value
*/
void put(const char* key, const char* value);
