module Ethon::Easies::Operations

def perform

Returns:
  • (Integer) - The return code.

Other tags:
    Example: Perform the request. -
def perform
  @return_code = Curl.easy_perform(handle)
  complete
  @return_code
end