drogon/examples/simple_reverse_proxy
Martin Chang 122a42cd4f
Adapt Drogon to take advitange of Trantor TLS refactor (#1505)
Co-authored-by: marty1885 <marty1885@gmail.com>
2023-03-30 23:14:53 +08:00
..
plugins Omit redundant virtual specifiers (#1325) 2022-07-26 12:19:54 +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 Adapt Drogon to take advitange of Trantor TLS refactor (#1505) 2023-03-30 23:14:53 +08:00
main.cc Fixed typos (#900) 2021-06-23 20:44:45 +02: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.