рефактор + чистка кода

This commit is contained in:
2024-10-30 10:40:38 +03:00
parent 2fef65d9d9
commit 5c348ace87
16 changed files with 47 additions and 130 deletions

View File

@@ -1,13 +1,3 @@
//
// request.hpp
// ~~~~~~~~~~~
//
// Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef HTTP_REQUEST_HPP
#define HTTP_REQUEST_HPP
@@ -18,7 +8,7 @@
namespace http::server {
/// A request received from a client.
struct request {
struct Request {
std::string method;
std::string uri;
bool is_keep_alive;