drogon/examples/simple_reverse_proxy
Ken Matsui 56a53165b6
Add newline at EOF (#1932)
2024-01-31 10:43:30 +08:00
..
plugins Add newline at EOF (#1932) 2024-01-31 10:43:30 +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.