module Ethon::Easy::Operations
def handle
-
(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
(FFI::Pointer)
- A pointer to the curl easy handle.
def handle @handle ||= FFI::AutoPointer.new(Curl.easy_init, Curl.method(:easy_cleanup)) end