class Slack::Notifier::Util::HTTPClient

def post uri, params

def post uri, params
  HTTPClient.new(uri, params).call
end