| Class | Thin::AsyncResponse |
| In: |
lib/thin/async.rb
|
| Parent: | Object |
Response whos body is sent asynchronously.
| Marker | = | [-1, {}, []].freeze |
| callback | [R] | |
| headers | [R] | |
| status | [RW] |
Tell Thin the response is gonna be sent asynchronously. The status code of -1 is the magic trick here.