http_monkey icon indicating copy to clipboard operation
http_monkey copied to clipboard

Support of custom HTTP methods

Open lfcipriani opened this issue 12 years ago • 2 comments

Support custom HTTP methods such as PURGE, or anything else

lfcipriani avatar Nov 13 '12 15:11 lfcipriani

Actually only v2.2.0.rc1 version of httpi, supports custom method.

The net/http adapter only supports [:get, :post, :head, :put, :delete], i'll have to pull request this improvement.

rogerleite avatar Nov 14 '12 13:11 rogerleite

It sure would be nice to add support for OPTIONS and PATCH.

lsdr avatar Dec 02 '12 03:12 lsdr