Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 196 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 196 Bytes

reverse-proxy

Simple HTTP(s) reverse proxy in C++ using libev.

Features:

  • HTTP 1.1
  • Handling of static files
  • Reverse proxy
  • TLS/SSL with SNI
  • Load balancing
    • Failover
    • Round robin