class Ethon::Easy

def handle

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

Other tags:
    Example: Return the handle. -
def handle
  @handle ||= Curl.easy_init
end