-PlaQui::Server::HTTPResponse::HTTPResponse(const std::string& uri,
- const PlaQui::Server::HTTPResponse::HTTPMethod& method,
- std::string& query, std::string& version):
- PlaQui::Server::HTTPMessage(body, version) {
+HTTPResponse::HTTPResponse(unsigned status_code, const string& body):
+ HTTPMessage(body), status_code(status_code) {