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: HTTPSClientExample
Diff: HTTPHeader.cpp
- Revision:
- 2:6d7bc51cc77b
- Parent:
- 0:ab9011f6ede5
- Child:
- 3:18af58231990
--- a/HTTPHeader.cpp Thu Sep 05 10:33:20 2013 +0000
+++ b/HTTPHeader.cpp Thu Sep 05 14:28:29 2013 +0000
@@ -1,8 +1,8 @@
#include "HTTPHeader.h"
HTTPHeader::HTTPHeader(HTTPStatus status):
-_status(status),
-_bodyLength(0)
+ _status(status),
+ _bodyLength(0)
{
}
@@ -15,7 +15,7 @@
request += ":";
request += port;
request += "\r\n\r\n";
-
+
return request;
}