# File lib/viking/akismet.rb, line 181
      def http_post(http, action, data)
        resp = http.post(self.url(action), data, self.class.standard_headers)
        log_request(self.url(action), data, resp)
        resp.body
      end