завел https

This commit is contained in:
2024-10-30 10:24:02 +03:00
parent d6851052b4
commit 2fef65d9d9
15 changed files with 372 additions and 224 deletions

View File

@@ -26,7 +26,7 @@ namespace http::server {
int http_version_minor;
std::vector<header> headers;
};
} // namespace http::server
} // namespace http::Server
#endif // HTTP_REQUEST_HPP