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: SNIC-httpclient-example HTTPClient_HelloWorld
Fork of HTTPClient by
Diff: HTTPClient.h
- Revision:
- 20:f020c92bd1a2
- Parent:
- 16:1f743885e7de
diff -r b09072f8c133 -r f020c92bd1a2 HTTPClient.h
--- a/HTTPClient.h Sun Oct 12 16:00:13 2014 +0000
+++ b/HTTPClient.h Sat Nov 22 08:54:27 2014 +0000
@@ -36,7 +36,7 @@
///HTTP client results
enum HTTPResult
{
- HTTP_PROCESSING, ///<Processing
+ HTTP_PROCESSING = -10, ///<Processing
HTTP_PARSE, ///<url Parse error
HTTP_DNS, ///<Could not resolve name
HTTP_PRTCL, ///<Protocol error
