Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 462 Bytes

ThiProxy

Thin HTTP proxy server written in C++

Features:

  • Bridges HTTP requests
  • Establishes TCP connections for HTTP "CONNECT" (ie. https)
  • User defined behaviour with SessionController/SessionAction

Dependencies

Compile & Run

(note: cmake configured for VS2013 and boost 1.58)

mkdir build && cd build
cmake -G "Visual Studio 12 2013 Win64" ..