module Ethon::Easy::Informations

def supports_zlib?

Deprecated:
  • Please use the static version instead

Returns:
  • (Boolean) - True if supported, else false.

Other tags:
    Example: Return wether zlib is supported. -
def supports_zlib?
  Kernel.warn("Ethon: Easy#supports_zlib? is deprecated and will be removed, please use Easy#.")
  Easy.supports_zlib?
end