drogon/examples/simple_reverse_proxy
An Tao 7117d96016
Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549)
* Fix an issue of simple_reverse_proxy when handling chunked transfer-encoding
2020-08-25 08:07:43 +08:00
..
plugins Fix an issue of simple_reverse_proxy when handling chunked transfer-e… (#549) 2020-08-25 08:07:43 +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
config.json Add location configuration for static resources (#331) 2020-01-12 11:05:38 +08:00
main.cc Add a reverse proxy example (#309) 2019-12-08 08:31:56 +08:00
README.md Add a reverse proxy example (#309) 2019-12-08 08:31:56 +08:00

A Example showing how to use drogon as a http reverse proxy with a simple round robin.

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