X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresponse.h;fp=source%2Fresponse.h;h=0000000000000000000000000000000000000000;hb=cf8d2e48581eeb8f1b83e8c48321a0bc2ffa6d83;hp=d721ad804a4d7ea7aab8ee8a89812d644e9001ba;hpb=d683ca0964182e9579838fec8d7d100eeabddee0;p=libs%2Fnet.git diff --git a/source/response.h b/source/response.h deleted file mode 100644 index d721ad8..0000000 --- a/source/response.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef MSP_HTTP_RESPONSE_H_ -#define MSP_HTTO_RESPONSE_H_ - -#include "message.h" -#include "status.h" - -namespace Msp { -namespace Http { - -class Response: public Message -{ -private: - Status status; - - Response() { } -public: - Response(Status); - Status get_status() const { return status; } - virtual std::string str() const; - - static Response parse(const std::string &); -}; - -} // namespace Http -} // namespace Msp - -#endif