http_monkey
http_monkey copied to clipboard
Support of custom HTTP methods
Support custom HTTP methods such as PURGE, or anything else
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.
It sure would be nice to add support for OPTIONS and PATCH.