summaryrefslogtreecommitdiff
path: root/lib/rack/runtime.rb
Commit message (Expand)AuthorAgeFilesLines
* Reuse the Array object from parent middleware (#1887)Akira Matsuda2022-07-091-2/+2
* Tidy up documentation and specs in relation to lower case headers. (#1855)Samuel Williams2022-04-111-1/+1
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-3/+2
* Enable directly requiring Rack componentsJeremy Evans2022-02-031-0/+2
* Use `Utils::HeaderHash` to add to existing headers. Fixes #1222.Samuel Williams2020-02-051-1/+3
* Use require_relative and rely on autoload instead of using requireJeremy Evans2020-01-271-2/+0
* remove .freezepavel2018-07-291-2/+2
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* add `clock_time` to utils so other people can use itAaron Patterson2015-10-051-14/+4
* Small code improvement.Gustavo Villa2015-05-271-1/+1
* Freeze 'X-Runtime' stringeileencodes2015-02-181-3/+5
* Merge pull request #742 from schneems/schneems/freeze-stringSantiago Pastorino2015-02-021-1/+1
|\
| * Missed optimizationsschneems2014-10-061-1/+1
* | Use a monotonic time for Rack::Runtime, if availableAndrew Marshall2014-11-301-2/+14
|/
* Less allocated objects on each requestschneems2014-10-021-1/+2
* Import runtime middleware by paul (Paul Sadauskas) into coreJoshua Peek2009-12-111-0/+27