SaltAPI  1.1
An API for the HTTPd / Zia by Salty Studio.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HTTP Namespace Reference

Classes

class  Header
 
class  Message
 
class  ProcessingList
 
class  Request
 
class  Response
 

Typedefs

typedef std::function< bool(Request
*req, Response *res,
ProcessingList *pl)> 
EventFunction
 
typedef std::list< EventFunctionEventFunctionList
 

Detailed Description

Namespace for HTTP Communication

Typedef Documentation

type of an event function

Definition at line 22 of file ProcessingList.hpp.

Definition at line 24 of file ProcessingList.hpp.