Class: Knot::Dispatch::Response

Inherits:
Rack::Response
  • Object
show all
Defined in:
lib/knot/dispatch/response.rb

Instance Method Summary collapse

Instance Method Details

#to_rackObject



6
7
8
# File 'lib/knot/dispatch/response.rb', line 6

def to_rack
  [status, headers, body]
end