Class

Rack::ShowStatus

Inheritance
< Object

Rack::ShowStatus catches all empty responses the app it wraps and replaces them with a site explaining the error.

Additional details can be put into rack.showstatus.detail and will be shown as HTML. If such details exist, the error page is always rendered, even if the reply was not empty.

Methods

Class

Visibility Signature
public new (app)

Instance

Visibility Signature
public call (env)

Class Method Detail

new(app)

Instance Method Detail

call(env)