Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 638 Bytes

Implementation of HTTP client, server and proxy using mHTTPConnections.

cHTTPClient

Implements a HTTP client that can make direct requests to HTTP servers.

cHTTPClientUsingProxyServer

Implements a HTTP client that can make requests to HTTP servers through a single HTTP proxy.

cHTTPServer

Implements a HTTP server.

cHTTPClientSideProxyServer

Implements a HTTP proxy server that can forward requests from HTTP clients to HTTP servers. Offers the option to MitM secure connections by generating SSL certificates for the relevant domains.