module Ethon::Easy::Informations
def supports_zlib?
-
(Boolean)- True if supported, else false.
Other tags:
- Example: Return wether zlib is supported. -
def supports_zlib? !!(Curl.version.match(/zlib/)) end
(Boolean)
- True if supported, else false.
def supports_zlib? !!(Curl.version.match(/zlib/)) end