about summary refs log tree commit homepage
path: root/lib/rainbows/http_response.rb
DateCommit message (Expand)
2010-07-19refactor response handling for each concurrency model
2010-07-10doc: avoid documenting internals on RDoc website
2010-07-09http_response: allow Cramp 0.11 to send proper WS headers
2010-07-08restore Rainbows::HttpResponse.write for Cramp
2010-07-04refactor response body handling for sendfile(2)
2010-06-27http_response: make this a module, not a class
2010-06-27http_response: (nitpick) simplify conditional logic
2010-06-27http_response: cleanup documentation
2010-04-19http_response: split out header stringification code
2010-04-02rainbows/http_*: remove unnecessary circular requires
2010-01-05http_response: disallow blank, multi-value headers
2009-11-10http_response: don't "rescue nil" for body.close
2009-10-18http_response: filter out X-Rainbows-* headers
2009-10-02initial revision