hackney_happy (hackney v4.0.1)

View Source

Summary

Functions

Connect via UDP using happy eyeballs algorithm. Returns {ok, Socket, RemoteAddr} where RemoteAddr is {IP, Port}.

Functions

connect(Hostname, Port, Opts)

connect(Hostname, Port, Opts, Timeout)

connect_udp(Hostname, Port, Opts)

Connect via UDP using happy eyeballs algorithm. Returns {ok, Socket, RemoteAddr} where RemoteAddr is {IP, Port}.

connect_udp(Hostname, Port, Opts, Timeout)