RobT fork of HTTPServer library
Fork of HTTPServer by
Diff: LPC2368/services/http/server/HTTPRequestDispatcher.h
- Revision:
- 2:356c7fa399ae
- Parent:
- 1:56636f5bf71a
- Child:
- 6:d753966e4d97
--- a/LPC2368/services/http/server/HTTPRequestDispatcher.h Mon Jun 14 10:22:58 2010 +0000 +++ b/LPC2368/services/http/server/HTTPRequestDispatcher.h Fri Jun 18 09:20:52 2010 +0000 @@ -26,7 +26,6 @@ class HTTPServer; -#include "if/net/net.h" #include "api/TCPSocket.h" #include "HTTPServer.h" @@ -60,7 +59,7 @@ void onTimeout(); //Connection has timed out - bool getRequest(string* rootPath, string* subPath, string* meth); + bool getRequest(string* path, string* meth); HTTPServer* m_pSvr; TCPSocket* m_pTCPSocket;