summary refs log tree commit
path: root/lib/rack/chunked.rb
DateCommit message (Expand)
2019-11-21Do not reference HTTP_VERSION internally
2019-02-19Merge pull request #1271 from eileencodes/add-trailer-headers
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-26Add trailer headers to Rack
2018-04-13Add frozen_string_literal: true to remaining files
2017-03-25call String#b to create a binary copy
2015-05-26Encoding class can be used freely everywhere
2015-05-26Remove Rack::Utils.bytesize method in favour of native String method
2015-05-21Constantize Transfer-Encoding header where possible
2014-10-03Follow-up for the pull request #737
2014-10-02Less allocated objects on each request
2014-07-14chunked: do not chunk on pre-HTTP/1.0 clients
2011-11-30Ensure correct encoding on chunked responses
2011-04-17use a chunked body wrapper rather than duping and returning the chunked encod...
2010-10-04minor performance items on rack::chunked
2009-12-10avoid HeaderHash#to_hash in middlewares
2009-03-12Add Rack::Chunked (Transfer-Encoding: chunked) middleware