# File lib/couchrest/rest_api.rb, line 78
    def default_headers
      {
        :content_type => :json,
        :accept       => :json
      }
    end