In Files

Parent

Methods

FCGI::AbortRequestRecord

Public Class Methods

new(id) click to toggle source
     # File lib/fcgi.rb, line 377
377:       def initialize(id)
378:         super FCGI_ABORT_REQUEST, id
379:       end
parse(id, body) click to toggle source
     # File lib/fcgi.rb, line 373
373:       def AbortRequestRecord.parse(id, body)
374:         new(id)
375:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.