#include "lwip/opt.h"
#include "lwip/arch.h"
#include "lwip/api.h"
#include "fs.h"
#include "string.h"
#include <stdio.h>
#include "httpserver-netconn.h"
#include "cmsis_os.h"
Go to the source code of this file.
| void DynWebPage |
( |
struct netconn * |
conn | ) |
|
Create and send a dynamic Web Page. This page contains the list of running tasks and the number of page hits.
- Parameters
-
| conn | pointer on connection structure |
- Return values
-
Definition at line 307 of file httpserver-netconn.c.
| void http_server_netconn_init |
( |
void |
| ) |
|
Initialize the HTTP server (start its thread)
- Parameters
-
- Return values
-
Definition at line 296 of file httpserver-netconn.c.
| void http_server_serve |
( |
struct netconn * |
conn | ) |
|
serve tcp connection
- Parameters
-
| conn | pointer on connection structure |
- Return values
-
Definition at line 177 of file httpserver-netconn.c.