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: oldheating gps motorhome heating
Diff: tcp/http/httpsend.c
- Revision:
- 144:6bd5c54efc7d
- Parent:
- 140:9000ea70b220
--- a/tcp/http/httpsend.c Thu May 09 07:47:12 2019 +0000
+++ b/tcp/http/httpsend.c Sun May 12 17:17:49 2019 +0000
@@ -1,6 +1,7 @@
#include <time.h>
#include "tcpbuf.h"
+int HttpGetLength() { return TcpBufLength(); }
void HttpAddChar (char c) { TcpBufAddChar(c); }
void HttpFillChar (char c, int length) { TcpBufFillChar(c, length); }
int HttpAddText (const char* text) { return TcpBufAddText(text); }