Rex::Proto::Http::Response
HTTP 404/File not found response class wrapper.
# File lib/rex/proto/http/response.rb, line 33 def initialize(message = 'File not found', proto = DefaultProtocol) super(404, message, proto) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.