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: exosite_http_example exosite_http_example
Fork of HTTPClient by
Diff: data/HTTPText.cpp
- Revision:
- 32:7716672463b9
- Parent:
- 31:612864287dd9
--- a/data/HTTPText.cpp	Tue Jan 20 14:13:07 2015 +0000
+++ b/data/HTTPText.cpp	Tue Jan 20 19:40:15 2015 +0000
@@ -55,7 +55,7 @@
 
 /*virtual*/ int HTTPText::getDataType(char* type, size_t maxTypeLen) //Internet media type for Content-Type header
 {
-  strncpy(type, "application/x-www-form-urlencoded; charset=utf-8", maxTypeLen-1);
+  strncpy(type, "text/plain", maxTypeLen-1);
   type[maxTypeLen-1] = '\0';
   return OK;
 }
    