Go to the source code of this file.
|
| void | http_server_netconn_init (void) |
| | Initialize the HTTP server (start its thread) More...
|
| |
| 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. More...
|
| |
| 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.