class Curl::Easy

def interface=(value)


The name can be an interface name, an IP address or a host name.
Set the interface name to use as the outgoing network interface.

easy.interface = string => string
call-seq:
def interface=(value)
  set :interface, value
end