HTTParty est une gem Ruby qui enveloppe Net::HTTP avec un DSL convivial :
require 'httparty'
HTTParty.get('https://example.com',
http_proxyaddr: 'gateway.proxied.com',
http_proxyport: 1080,
scheme: 'socks5h'
)
Le schéma socks5h redirige à la fois le HTTP et le DNS via les IPs d’opérateurs de Proxied.