class Ethon::Multi

def handle

Returns:
  • (::FFI::Pointer) - The multi handle.

Other tags:
    Example: Return multi handle. -
def handle
  @handle ||= Curl.multi_init
end