class Ethon::Easy
def handle
-
(FFI::Pointer)
- A pointer to the curl easy handle.
Other tags:
- Example: Return the handle. -
def handle @handle ||= Curl.easy_init end
(FFI::Pointer)
- A pointer to the curl easy handle.
def handle @handle ||= Curl.easy_init end