aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/headers.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* Missing key should throw KeyErroreileencodes2016-08-261-1/+1
* Given a hash (Rails 5) .from_hash must be usedJavier Julio2016-08-121-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Fix typo in headers commentGrey Baker2016-03-291-1/+1
* Change 'a HTTP' to 'an HTTP' [ci skip]Santosh Wadghule2016-03-031-1/+1
* Add additional documentation on Headers#[] [ci skip]Tawan Sierek2016-01-291-1/+15
* Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-031-0/+5
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
* use methods on the request object to implement `fetch`Aaron Patterson2015-08-211-2/+8
* dup the env hash on Header#envAaron Patterson2015-08-211-1/+1
* use accessors on the request object for manipulating envAaron Patterson2015-08-211-3/+3
* use `set_header` rather than []=Aaron Patterson2015-08-211-1/+1
* dup the request and mutate its headers object.Aaron Patterson2015-08-211-2/+2
* pass a request object to the headers objectAaron Patterson2015-08-211-9/+15
* Use a frozen Set instance for CGI_VARIABLES.Nathaniel Bibler2014-06-051-8/+21
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-101-1/+22
|\
| * copy edits [ci skip]Vijay Dev2014-05-101-8/+8
| * [ci skip] doc Http::Headers methodsschneems2014-05-091-1/+17
| * copy edits [ci skip]Vijay Dev2014-05-081-2/+1
| * [ci skip] document ActionDispatch::HTTP::Headersschneems2014-05-071-0/+6
* | HTTP::Headers#key? correctly convertsschneems2014-05-071-1/+3
|/
* `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-151-2/+1
* `Http::Headers` respects dotted env vars, symbols, headers with numbers.Yves Senn2013-03-131-11/+6
* allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-131-1/+15
* refactor, `Http::Headers` stores headers in env notationYves Senn2013-03-131-17/+21
* Http::Headers respects headers that are not prefixed with HTTP_Yves Senn2013-03-131-1/+13
* move cache inside the instance so we do not need lockingAaron Patterson2012-10-181-9/+12
* add test for fetch with a blockAaron Patterson2012-10-181-2/+2
* prefer composition over inheritenceAaron Patterson2012-10-181-11/+15
* Enable ActionDispatch::Http::Headers to support fetchMark Turner2012-05-021-7/+8
* Unneeded require memoizableAkira Matsuda2011-11-121-2/+0
* Remove usage of memoizable from ActionPack.José Valim2011-06-161-3/+3
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-281-7/+7
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+33