Class | Thin::Response |
In: |
lib/thin/response.rb
|
Parent: | Object |
A response sent to the client.
CONNECTION | = | 'Connection'.freeze |
CLOSE | = | 'close'.freeze |
KEEP_ALIVE | = | 'keep-alive'.freeze |
SERVER | = | 'Server'.freeze |
CONTENT_LENGTH | = | 'Content-Length'.freeze |
Ruby 1.8 implementation. Respects Rack specs.