nahi / httpclient

'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby.
https://github.com/nahi/httpclient
701 stars 290 forks source link

JSONClient convert Hash body to JSON string for PATCH #420

Closed Annih closed 3 years ago

Annih commented 4 years ago

This was previously implemented for PUT and POST only, lets extend it to PATCH.

nahi commented 3 years ago

Thank you.