# File lib/em-http/client.rb, line 130
    def normalize_body(body)
      body.is_a?(Hash) ? form_encode_body(body) : body
    end