Embedded WebSockets Experiment

Dependencies:   mbed MD5

Embed: (wiki syntax)

« Back to documentation index

HTTPRPC Class Reference

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.

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 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 HTTPRPC.h.