관리-도구
편집 파일: cdesc-ShowStatus.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Rack::ShowStatus catches all empty responses and replaces them with a site explaining the error. - !ruby/struct:SM::Flow::P body: Additional details can be put into <tt>rack.showstatus.detail</tt> and will be shown as HTML. If such details exist, the error page is always rendered, even if the reply was not empty. constants: [] full_name: Rack::ShowStatus includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: call name: ShowStatus superclass: Object