рефактор + чистка кода
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user