We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0dc0d commit 728144bCopy full SHA for 728144b
src/response.cpp
@@ -24,6 +24,8 @@ Response::Response(std::string body, std::string content_type, unsigned int stat
24
response_stream << i;
25
}
26
response_stream << this->body;
27
+
28
+ this->addHeader("Server: Teapot");
29
this->raw = response_stream.str();
30
31
0 commit comments