In Files

Parent

Methods

FCGI::AbortRequestRecord

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.