Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

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();
+}