class Ethon::Easy
def reset
Experimental RBS support (using type sampling data from the type_fusion
project).
def reset: () -> Ethon::Easy::DebugInfo
This signature was generated using 41 samples from 2 applications.
- Example: Reset. -
def reset @url = nil @escape = nil @hash = nil @on_complete = nil @on_headers = nil @on_body = nil @on_progress = nil @procs = nil @mirror = nil Curl.easy_reset(handle) set_callbacks end