# File lib/httpclient/http.rb, line 213
      def contenttype=(contenttype)
        delete('Content-Type')
        self['Content-Type'] = contenttype
      end