Implementation of HTTP client, server and proxy using mHTTPConnections
.
Implements a HTTP client that can make direct requests to HTTP servers.
Implements a HTTP client that can make requests to HTTP servers through a single HTTP proxy.
Implements a HTTP server.
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.