mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
see #2: update exercises and maintains of content
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include <unordered_map>
|
||||
#include <thread>
|
||||
|
||||
namespace LabexWeb {
|
||||
namespace Web {
|
||||
struct Request {
|
||||
// request method, POST, GET; path; HTTP version
|
||||
std::string method, path, http_version;
|
||||
|
||||
Reference in New Issue
Block a user