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.
Dependents: HTTPClient_IFTTT_Maker_post_HelloWorld
Fork of HTTPClient by
Diff: data/HTTPMap.cpp
- Revision:
- 13:be61104f4e91
- Parent:
- 10:e1351de84c16
- Child:
- 16:1f743885e7de
--- a/data/HTTPMap.cpp Sun Aug 05 15:30:07 2012 +0000 +++ b/data/HTTPMap.cpp Sun Aug 05 16:12:10 2012 +0000 @@ -17,14 +17,16 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "core/fwk.h" - #include "HTTPMap.h" #include <cstring> #include <cctype> +#define OK 0 + +using std::strncpy; + HTTPMap::HTTPMap() : m_pos(0), m_count(0) {