lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I didn't get a response from my previous query so I'll try to rephrase. Is there a lua equivalent to:

curl --socks5-hostname localhost:1234 http://target.com/

when using the proxy directive in socket.http, the proxy is HTTP and not socks.

How can I configure lua to make HTTP requests via a socks5 proxy?

Thanks,
Chris