Fork HTTPClient and Modfiy code for mbed 6.0
Dependents: mbed-demo-http-get-json
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);