HTTParty ã¯ãRubyã®gemã§ãNet::HTTPã芪ãã¿ãããDSLã§ã©ããããŸã:
require 'httparty'
HTTParty.get('https://example.com',
http_proxyaddr: 'gateway.proxied.com',
http_proxyport: 1080,
scheme: 'socks5h'
)
socks5hã¹ããŒã ã¯ãHTTPãšDNSã®äž¡æ¹ãProxiedã®ãã£ãªã¢IPçµç±ã§ã«ãŒãã£ã³ã°ããŸãã