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