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: net/http-net6-ajax.c
- Revision:
- 86:f3c9beec4ee7
- Child:
- 88:2857259fc2b4
diff -r fcffd89028c0 -r f3c9beec4ee7 net/http-net6-ajax.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/http-net6-ajax.c Mon Apr 08 10:13:01 2019 +0000
@@ -0,0 +1,14 @@
+#include <stdio.h>
+
+#include "http.h"
+#include "http-server.h"
+#include "ar6.h"
+#include "nr6.h"
+
+void HttpNet6Ajax()
+{
+ HttpOk("text/plain; charset=UTF-8", "no-cache", NULL, NULL);
+ Ar6SendHttp();
+ HttpAddChar('\f');
+ Nr6SendHttp();
+}