Single instance HTTP Server using new Ethernet Interface. Blocking mode only; this improved stability, but the HTTP server must be started from a separate thread.

Dependents:   SmartLight

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()
{
}