This repository was archived by the owner on Mar 8, 2025. It is now read-only.
  
  
  
  
  
Description
The ability to run the client behind an HTTP proxy would be nice, because Nerves devices are likely to be deployed inside of corporate networks where use of a proxy is required to get to the web.
It looks like :hackney.request/5 allows specification of a proxy to use. I also saw :hackney_http_proxy.connect_proxy/5
I haven't been able to find a way to do this with websocket_client yet, but perhaps I just haven't dug far enough into it.