drogon/examples/simple_reverse_proxy
QuickWrite 065675486d
Fixed typos (#900)
Just some typos were fixed and nothing more. (Nothing significant)

What has changed:

* Some rewording and corrections

* Updated the requested changes

Co-Authored-By: Rafał Bugajewski <24480+rbugajewski@users.noreply.github.com>

* clang-format

Co-authored-by: Rafał Bugajewski <24480+rbugajewski@users.noreply.github.com>
Co-authored-by: an-tao <antao2002@gmail.com>
2021-06-23 20:44:45 +02: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
README.md Fixed typos (#900) 2021-06-23 20:44:45 +02:00
config.json Fixed typos (#900) 2021-06-23 20:44:45 +02: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.