Is there a way to access UNIX domain sockets (e.g. /var/run/dbus/system_bus_socket ) directly from Erlang without resorting to a third-party driver?
You can use hackney if you want to recieve http response as hackney provides support to UNIX socket . hackney:get<<"http+unix://path_to_ sock_file.sock">>