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.
Fork of HTTP_SERVER by
HttpServer Class Reference
HttpServer class. More...
#include <HTTP_SERVER.h>
Public Member Functions | |
| bool | init () |
| HTTP SERVER Initialization. | |
| bool | run (channel *CH) |
| 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 20 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 119 of file HTTP_SERVER.cpp.
| bool run | ( | channel * | CH ) |
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 139 of file HTTP_SERVER.cpp.
Generated on Tue Jul 12 2022 18:37:54 by
1.7.2
