SaltAPI
1.1
An API for the HTTPd / Zia by Salty Studio.
|
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< EventFunction > | EventFunctionList |
Namespace for HTTP Communication
type of an event function
Definition at line 22 of file ProcessingList.hpp.
typedef std::list<EventFunction> HTTP::EventFunctionList |
Definition at line 24 of file ProcessingList.hpp.