first thoughts about database
This commit is contained in:
parent
1b9d5e4a7b
commit
03f38387e2
14 changed files with 255 additions and 20 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue