29 #ifndef Pt_Http_Responder_h
30 #define Pt_Http_Responder_h
32 #include <Pt/Http/Api.h>
110 #endif // Pt_Http_Responder_h
HTTP request message.
Definition: Request.h:43
HTTP service responder.
Definition: Responder.h:48
HTTP service.
Definition: Service.h:46
HTTP reply message.
Definition: Reply.h:43
const Service & service() const
Returns the service for which to respond.
Definition: Responder.h:66
Thread-safe event loop supporting I/O multiplexing and Timers.
Definition: EventLoop.h:72
Service & service()
Returns the service for which to respond.
Definition: Responder.h:61