![]() |
SaltAPI
1.1
An API for the HTTPd / Zia by Salty Studio.
|
#include <IHTTPHandle.hpp>

Public Member Functions | |
| virtual bool | Handle (HTTP::Request *req, HTTP::Response *res, HTTP::ProcessingList *pl)=0 |
Interface for all HTTP modules
Definition at line 21 of file IHTTPHandle.hpp.
|
pure virtual |
| req | the request from the previous module |
| res | the response from the previous module |
| pl | the processsingList from the previous module |
Implemented in HelloWorld, and AddEvent.