#ifndef __HTTP_WORKER_H__ #define __HTTP_WORKER_H__ #include "class.h" #include "http/request/parser.h" CLASS(HttpWorker) { HttpRequestParser parser; }; #endif // __HTTP_WORKER_H__ // vim: set ts=4 sw=4: