summary refs log tree commit
path: root/lib/rack/content_type.rb
DateCommit message (Expand)
2022-07-09Reuse the Array object from parent middleware (#1887)
2022-05-11Reduce Array object allocation in the initializer (#1888)
2022-04-11Tidy up documentation and specs in relation to lower case headers. (#1855)
2022-02-18Change SPEC to not allow uppercase header keys
2022-02-03Enable directly requiring Rack components
2020-02-05Memoize header hash usage. Fixes #738.
2020-02-04Documentation updates
2020-01-27Use require_relative and rely on autoload instead of using require
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