Parent

Methods

Ethon::Easy::Http::Delete

This class knows everything about making DELETE requests.

Public Instance Methods

setup(easy) click to toggle source

Setup easy to make a DELETE request.

@example Setup customrequest.

delete.setup(easy)

@param [ Easy ] easy The easy to setup.

# File lib/ethon/easy/http/delete.rb, line 16
def setup(easy)
  super
  easy.customrequest = "DELETE"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.