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