David Smart / Mbed 2 deprecated Smart-WiFly-WebServer

Dependencies:   SW_HTTPServer WiflyInterface mbed C12832 IniManager

DynamicPages.h

Committer:
WiredHome
Date:
2013-08-12
Revision:
14:85c805890454
Parent:
4:178df829d62b

File content as of revision 14:85c805890454:


#ifndef DYNAMICPAGES_H
#define DYNAMICPAGES_H
#include "mbed.h"

#include "SW_HTTPServer.h"

bool SuperSimpleDynamicPage(HTTPServer *svr, HTTPServer::CallBackType type, const char * path, const HTTPServer::namevalue *params, int paramcount);
bool SimpleDynamicPage(HTTPServer *svr, HTTPServer::CallBackType type, const char * path, const HTTPServer::namevalue *params, int paramcount);

bool SimpleDynamicForm(HTTPServer *svr, HTTPServer::CallBackType type, const char * path, const HTTPServer::namevalue *params, int paramcount);

bool SimpleSecurityCheck(HTTPServer *svr, HTTPServer::CallBackType type, const char * path, const HTTPServer::namevalue *params, int paramcount);

#endif // DYNAMICPAGES_H