Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

net/http-net6-ajax.c

Committer:
andrewboyson
Date:
2019-04-10
Revision:
88:2857259fc2b4
Parent:
86:f3c9beec4ee7
Child:
89:615fb951df69

File content as of revision 88:2857259fc2b4:

#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);
    Ar6SendAjax();
    HttpAddChar('\f');
    Nr6SendAjax();
}