Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目目录结构

my_web_server/
├── src/
│   ├── main.cpp
│   ├── server/
│   │   └── Server.cpp
│   ├── http/
│   │   ├── HttpRequest.cpp
│   │   └── HttpResponse.cpp
│   ├── utils/
│   │   ├── Logger.cpp
│   │   └── Config.cpp
│   └── handlers/
│       └── RequestHandler.cpp
├── include/
│   ├── server/
│   │   └── Server.h
│   ├── http/
│   │   ├── HttpRequest.h
│   │   └── HttpResponse.h
│   ├── utils/
│   │   ├── Logger.h
│   │   └── Config.h
│   ├── threadpool/
│   │   └── ThreadPool.h
│   └── handlers/
│       └── RequestHandler.h
├── tests/
│   ├── test_http_request.cpp
│   ├── test_http_response.cpp
│   ├── test_logger.cpp
│   └── test_server.cpp
├── .gitignore
├── CMakeLists.txt
└── server.config

About

This is a WebServer built from scratch by a C++ beginner, for personal learning purposes only.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages