- Support to SSL Connections with SSLConnectionSocketFactory
- Implement a Blacklist or Whitelist of urls
- Support to multipart data
- Support to automatic redirection when the http status is 3xx
To execute can use the IDE that prefered
This is an example of query with curl using the local proxy:
curl -i --proxy 127.0.0.1:8080 http://www.google.com
MIT