summary refs log tree commit
path: root/lib/rack/content_type.rb
DateCommit message (Expand)
2018-12-20Transform Utils::STATUS_WITH_NO_ENTITY_BODY into a Hash
2018-05-07fix String status check failed at STATUS_WITH_NO_ENTITY_BODY
2018-04-13Add frozen_string_literal: true to remaining files
2014-10-02Less allocated objects on each request
2011-08-29Don't set content-type on responses without body
2009-12-10avoid HeaderHash#to_hash in middlewares
2009-03-05Add Rack::ContentType middleware