module Semian::NetHTTP

def disabled?

def disabled?
  raw_semian_options.nil? || @semian_enabled == false
end