Search Code
About HTTPServer

First published 11 Jun 2010, with 8 revisions since.
Last update: 05 Aug 2010.
View history

Last change message: N/A

Import this program

HTTPServer

Published 05 Aug 2010, by   user Donatien Garnier   tag No tags

Summary of HTTPServer

How to get this program

Import this program

Open this program in the mbed Compiler, where you can edit it and compile it for your hardware.

Download as .zip

Download this program as .zip file.

API

HTTPRequestHandler HTTP Server's generic request handler
HTTPServer A simple HTTP server implementation

Code

LPC1768/services/http/util/base64.h [code]
LPC2368/services/http/util/base64.h [code]
LPC1768/dbg/dbg.h [code]
LPC2368/dbg/dbg.h [code]
LPC1768/services/http/server/impl/FSHandler.h [code]
LPC2368/services/http/server/impl/FSHandler.h [code]
LPC1768/services/http/server/HTTPRequestDispatcher.h [code]
LPC2368/services/http/server/HTTPRequestDispatcher.h [code]
LPC1768/services/http/server/HTTPRequestHandler.h [code]
LPC2368/services/http/server/HTTPRequestHandler.h [code]
LPC1768/services/http/server/HTTPServer.h [code]
LPC2368/services/http/server/HTTPServer.h [code]
LPC1768/services/http/server/impl/RPCHandler.h [code]
LPC2368/services/http/server/impl/RPCHandler.h [code]
LPC1768/services/http/server/impl/SimpleHandler.h [code]
LPC2368/services/http/server/impl/SimpleHandler.h [code]
LPC1768/services/http/util/url.h [code]
LPC2368/services/http/util/url.h [code]