# File lib/Borges/Utilities/Response.rb, line 20
  def content_type=(mime_type)
    @headers['Content-Type'] = mime_type
  end