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: httpserversample SIMPLE_WSS
HttpServer Class Reference
HttpServer class. More...
#include <HTTP_SERVER.h>
Public Member Functions | |
| bool | init () |
| HTTP SERVER Initialization. | |
| bool | run () |
| Run the surver service while listening flag is true. | |
Detailed Description
HttpServer class.
This is the class to make a mbed a simple HTTP Server.
Definition at line 19 of file HTTP_SERVER.h.
Member Function Documentation
| bool init | ( | ) |
HTTP SERVER Initialization.
This function should be called first of all.
- Returns:
- result of init() as boolean.
- Return values:
-
TRUE SACCESS FALSE
Definition at line 49 of file HTTP_SERVER.cpp.
| bool run | ( | ) |
Run the surver service while listening flag is true.
- Returns:
- state ending.
- Return values:
-
TRUE at error end. FALSE at normal end.
Definition at line 84 of file HTTP_SERVER.cpp.
Generated on Sun Jul 17 2022 06:54:47 by
1.7.2