drogon/examples/simple_reverse_proxy
Christian Clauss e76bf08eb2
GitHub Action to find typos in the codebase using codespell (#1876)
GitHub Action to find typos in the codebase using codespell
https://github.com/codespell-project/codespell
2023-12-09 13:48:24 +08:00
..
plugins Drop cpp14 build (#1740) 2023-08-23 11:49:55 +08:00
.gitignore Add a reverse proxy example (#309) 2019-12-08 08:31:56 +08:00
CMakeLists.txt Add a reverse proxy example (#309) 2019-12-08 08:31:56 +08:00
README.md Fixed typos (#900) 2021-06-23 20:44:45 +02:00
config.json GitHub Action to find typos in the codebase using codespell (#1876) 2023-12-09 13:48:24 +08:00
main.cc Drop cpp14 build (#1740) 2023-08-23 11:49:55 +08:00

README.md

An example that shows how to use drogon as an http reverse proxy with a simple round robin.

This project is created with the drogon_ctl command, please compile it after installing drogon.