This is a HTTP Server example using the new EthernetInterface and new mbed-rpc libraries.

Dependents:   HTTP-RPCServerExample

Fork of HTTPServer by Henry Leinen

HTTPRequestHandler.cpp

Committer:
leihen
Date:
2013-05-26
Revision:
1:6b7472d5e9ee
Child:
3:d6224049b3bf

File content as of revision 1:6b7472d5e9ee:

/* HTTPRequestHandler.cpp */
#include "mbed.h"
#include "HTTPRequestHandler.h"


HTTPRequestHandler::HTTPRequestHandler()
{
}

HTTPRequestHandler::~HTTPRequestHandler()
{
}