Methods

Class/Module Index [+]

Quicksearch

Rex::Proto::Http::Response::OK

HTTP 200/OK response class wrapper.

Public Class Methods

new(message = 'OK', proto = DefaultProtocol) click to toggle source
# File lib/rex/proto/http/response.rb, line 24
def initialize(message = 'OK', proto = DefaultProtocol)
        super(200, message, proto)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.