module Typhoeus::Response::Informations

def httpauth_avail

Returns:
  • (Integer) - The bitmask.

Other tags:
    Example: Get httpauth_avail. -
def httpauth_avail
  options[:httpauth_avail]
end