summaryrefslogtreecommitdiff
path: root/test/spec_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Move empty hash to it's own method for sessioneileencodes2016-01-161-0/+5
* add Rack::Request#authorityAaron Patterson2015-10-081-0/+15
* `Response#add_header` to add to a value to a multivalued headerJeremy Daer2015-10-031-13/+26
* pull env access in the request object to a moduleAaron Patterson2015-09-041-144/+185
* Move most methods on the `Rack::Request` to a moduleAaron Patterson2015-09-041-1/+1
* Close temp files when raising an exceptionAaron Patterson2015-08-271-0/+26
* add Request#initialize_copyAaron Patterson2015-08-211-0/+5
* add methods for accessing request specific dataAaron Patterson2015-08-201-0/+46
* require file so that the constant is availableAaron Patterson2015-08-061-0/+1
* Strip trailing whitespaceTeo Ljungberg2015-06-241-1/+1
* Merge branch 'master' into zenspider-minitest.phase.2Aaron Patterson2015-06-161-30/+5
|\
| * Merge branch 'master-sec'Aaron Patterson2015-06-161-2/+2
| |\
| | * raise an exception if the parameters are too deepAaron Patterson2015-06-111-2/+2
| * | Cleanup older code than Ruby 2.0+ onedeepj2015-06-141-36/+10
* | | First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-425/+423
|/ /
* | Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* | Use == to compare form_input to rack.inputSantiago Pastorino & Alexis Mas2015-06-101-22/+0
|/
* consolidate where to find the default_query_parser make keyspace requiredAaron Patterson2015-06-091-2/+2
* remove hash and optional paramsAaron Patterson2015-06-091-2/+2
* Allow specifying a params hash class to use when parsingJeremy Evans2015-05-291-0/+48
* Accept empty multipart POST requestsLuca Guidi2015-05-261-0/+14
* Merge pull request #840 from davydovanton/fix-test-typosSantiago Pastorino2015-04-161-1/+1
|\
| * Fix typos in test files [skip ci]Anton Davydov2015-04-151-1/+1
* | Fix semicolons as separators for GET北䑓如法2015-01-071-6/+17
|/
* MultipartLimitError => MultipartPartLimitErrorSantiago Pastorino2014-11-261-2/+2
* Explicitly fail when hitting the multipart limitJean Boussier2014-11-261-0/+17
* Revert "Merge branch 'pr/686'"Aaron Patterson2014-08-041-10/+0
* Merge pull request #669 from alindeman/multiple_x_http_forwarded_protoJames Tucker2014-08-031-0/+3
|\
| * request.scheme supports multiple x-http-forwarded-proto valuesAndy Lindeman2014-03-241-0/+3
* | Merge branch 'master' into pr/686James Tucker2014-08-031-9/+69
|\ \
| * | correct weird case regression from #714James Tucker2014-07-181-1/+2
| * | Merge pull request #714 from rafaelfranca/rm-fix-media-type-paramsAaron Patterson2014-07-181-1/+3
| |\ \
| | * | Fix media_type_params when Content-Type parameters contains quoted-stringsRafael Mendonça França2014-07-181-1/+3
| * | | Raise specific exception if the parameters are invalidRafael Mendonça França2014-07-181-0/+12
| |/ /
| * | Record Tempfiles from multipart form data in env[rack.tempfiles]Lenny Marks2014-07-141-0/+25
| * | Merge pull request #705 from stevehodgkiss/fix_ip_spoofing_vulnerabilityJames Tucker2014-07-131-6/+18
| |\ \
| | * | Prevent IP spoofing via X-Forwarded-For and Client-IP headersSteve Hodgkiss2014-07-111-6/+18
| * | | Do not truncate POST data on `;`, closes #543James Tucker2014-07-131-0/+8
| |/ /
| * | Fix spec_request on ruby-trunk (2.2.0dev)Leonard Garvey2014-06-281-2/+2
| |/
* | add support for application/json content type requestsSteven Soroka2014-05-141-0/+10
|/
* Merge pull request #615 from vspy/masterJames Tucker2013-12-281-0/+7
|\
| * test case for raising proper exception every time broken parameters accessedVictor Bilyk2013-12-151-0/+7
* | Add accept_language method to request to extract HTTP_ACCEPT_LANGUAGE header ...Rob Jones2013-11-251-0/+17
|/
* Use equal? to compare form_input to rack.inputJason Staten2013-07-181-0/+15
* Ensure request.POST always raises EOFError on bad inputJonathan del Strother2013-05-211-0/+14
* correct Request#port for lighttpd2 proxy caseMichael Fellinger2013-04-191-0/+5
* Request#trusted_proxy? no longer accepts linesJames Tucker2013-02-021-0/+24
* Merge pull request #499 from barttenbrinke/masterKonstantin Haase2013-01-221-0/+5
|\
| * Added spec for new Squid behaviour.Bart ten Brinke2013-01-221-0/+5
* | Enable unix sockets with paths as trusted proxiesJames Tucker2013-01-111-0/+4