Class: Knot::Dispatch::Response
- Inherits:
-
Rack::Response
- Object
- Rack::Response
- Knot::Dispatch::Response
- Defined in:
- lib/knot/dispatch/response.rb
Instance Method Summary collapse
Instance Method Details
#to_rack ⇒ Object
6 7 8 |
# File 'lib/knot/dispatch/response.rb', line 6 def to_rack [status, headers, body] end |