module Ethon::Easy::Operations

def handle

Returns:
  • (FFI::Pointer) - A pointer to the curl easy handle.

Other tags:
    Example: Return the handle. -
def handle
  @handle ||= FFI::AutoPointer.new(Curl.easy_init, Curl.method(:easy_cleanup))
end