Class WebConsole::Response
In: lib/web_console/response.rb
Parent: Struct.new(:body, :status, :headers)

A response object that writes content before the closing </body> tag, if possible.

The object quacks like Rack::Response.

Methods

finish   write  

Public Instance methods

[Validate]