first thoughts about database

This commit is contained in:
Blue 2023-12-07 17:32:43 -03:00
parent 1b9d5e4a7b
commit 03f38387e2
Signed by: blue
GPG key ID: 9B203B252A63EE38
14 changed files with 255 additions and 20 deletions

View file

@ -34,7 +34,8 @@ void Response::replyTo(Request& request) const {
if (!body.empty())
out << '\n'
<< contentTypes[static_cast<uint8_t>(type)]
<< '\n' << '\n'
<< '\n'
<< '\n'
<< body;
}