# File lib/typhoeus/easy.rb, line 256
    def post_data=(data)
      @post_data_set = true
      set_option(OPTION_VALUES[:CURLOPT_POSTFIELDSIZE], data.bytesize)
      set_option(OPTION_VALUES[:CURLOPT_COPYPOSTFIELDS], data)
    end