summaryrefslogtreecommitdiff
path: root/SPEC.rdoc
Commit message (Expand)AuthorAgeFilesLines
* Make `env['rack.input']` optional. (#2018)Samuel Williams2023-01-191-1/+1
* The stream argument must implement `#<<`. (#1959)Samuel Williams2022-08-311-1/+1
* Allow calling close on `rack.input`. (#1956)Samuel Williams2022-08-301-1/+2
* Add `rack.response_finished` to `Rack::Lint`. (#1952)Samuel Williams2022-08-271-0/+6
* Separate and simplify full & partial hijack. (#1939)Samuel Williams2022-08-021-70/+50
* Remove requirement for `env['rack.version']`. (#1938)Samuel Williams2022-08-011-4/+0
* Clarify the life cycle of body and the requirement to call `close`. (#1934)Samuel Williams2022-08-011-29/+35
* The response array must always be non-frozen. (#1927)Samuel Williams2022-07-091-1/+1
* Fix links in docs (#1902)Emmanuel Hayford2022-06-101-8/+6
* Add SERVER_PROTOCOL to SPEC (#1883)Jeremy Evans2022-04-301-0/+4
* Allow header value to be an Array of String instances. (#1793)Samuel Williams2022-03-021-4/+3
* Change SPEC to not allow uppercase header keysJeremy Evans2022-02-181-7/+8
* Remove rewindable rack.input from SPECJeremy Evans2022-02-131-6/+1
* Remove `rack.multithread`/`rack.multiprocess`/`rack.run_once`Jeremy Evans2022-01-261-13/+0
* Require the response headers be an unfrozen hash in SPECJeremy Evans2022-01-251-1/+1
* Introduce Streaming Body specification.Samuel Williams2022-01-201-5/+69
* Add spec changes to `Rack::Lint`Will Jordan2021-04-271-6/+13
* Update SPEC to clarify streaming response body behaviorWill Jordan2021-04-261-0/+4
* SPEC: Require "status" to be Integer and >= 100Olle Jonsson2020-05-251-2/+2
* Regenerate SPECOlle Jonsson2020-05-251-5/+9
* Fix SPEC formatting.Samuel Williams2020-02-061-0/+22
* Move from SPEC to SPEC.rdocJeremy Evans2020-02-061-0/+266