Back to Browse

C++ Programming on Linux - Libevent Evhttp HTTP Proxy Server Example

352 views
Oct 24, 2024
26:32

In this short video, it will continue discuss proxy concept, as we mentioned, proxy concept has been widely used in many applications and projects. not only many proxy server products in market, but also many network related app's has embedded proxy object provide customized proxy service. Based on topology architecture or usage, proxy servers is able to be categorized by traffic flow, protocol, application, service, IPs, and accessibility. in previous video, our example was building a simple TCP proxy server (SOCKS Proxy Server) The example of this video, it will copy previous video's HTTP server example code, adjust and convert it to HTTP proxy server. Example code of this video has been uploaded onto GitHub: Link : https://github.com/yuanhui360/CPP-Programming-on-Linux/tree/main/YH-147

Download

0 formats

No download links available.

C++ Programming on Linux - Libevent Evhttp HTTP Proxy Server Example | NatokHD