Methods

Class/Module Index [+]

Quicksearch

Rex::Proto::Http::Request::Put

HTTP PUT request class wrapper.

Public Class Methods

new(uri = '/', proto = DefaultProtocol) click to toggle source
# File lib/rex/proto/http/request.rb, line 45
def initialize(uri = '/', proto = DefaultProtocol)
        super('PUT', uri, proto)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.