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: AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more
HTTPRPC Class Reference
Thsi class enables you to make rpc calls to your mbed. More...
#include <HTTPRPC.h>
Public Member Functions | |
| HTTPRPC (const char *path="/rpc") | |
| We have to know the prefix for the RPCHandler. | |
| HTTPRPC (const char *path="/rpc") | |
| We have to know the prefix for the RPCHandler. | |
| HTTPRPC (const char *path="/rpc") | |
| We have to know the prefix for the RPCHandler. | |
| HTTPRPC (const char *path="/rpc") | |
| We have to know the prefix for the RPCHandler. | |
| HTTPRPC (const char *path="/rpc") | |
| We have to know the prefix for the RPCHandler. | |
Detailed Description
Thsi class enables you to make rpc calls to your mbed.
Furthermore it is a good example how to write a HTTPHandler for small data chunks.
Definition at line 20 of file precomp/HTTPServer/HTTPRPC.h.
Constructor & Destructor Documentation
| HTTPRPC | ( | const char * | path = "/rpc" ) |
We have to know the prefix for the RPCHandler.
A good default choice is /rpc so we made this default.
Definition at line 26 of file precomp/HTTPServer/HTTPRPC.h.
| HTTPRPC | ( | const char * | path = "/rpc" ) |
We have to know the prefix for the RPCHandler.
A good default choice is /rpc so we made this default.
Definition at line 26 of file tag/13/HTTPServer/HTTPRPC.h.
| HTTPRPC | ( | const char * | path = "/rpc" ) |
We have to know the prefix for the RPCHandler.
A good default choice is /rpc so we made this default.
Definition at line 26 of file tag/13-precomp/HTTPServer/HTTPRPC.h.
| HTTPRPC | ( | const char * | path = "/rpc" ) |
We have to know the prefix for the RPCHandler.
A good default choice is /rpc so we made this default.
Definition at line 23 of file tag/7/HTTPServer/HTTPRPC.h.
| HTTPRPC | ( | const char * | path = "/rpc" ) |
We have to know the prefix for the RPCHandler.
A good default choice is /rpc so we made this default.
Definition at line 26 of file trunk/HTTPServer/HTTPRPC.h.
Generated on Tue Jul 12 2022 16:06:31 by
1.7.2