scalaj-http icon indicating copy to clipboard operation
scalaj-http copied to clipboard

Doesn't support HTTP Patch method

Open SlowPokeInTexas opened this issue 7 years ago • 2 comments

This is Needed for REST usage

SlowPokeInTexas avatar Mar 19 '17 21:03 SlowPokeInTexas

Http(url).postForm.params(...).method("PATCH").asString should work for you. The order of operations is important here-- method needs to be after postForm

hoffrocket avatar Mar 22 '17 03:03 hoffrocket

@hoffrocket Would be nice to update docs in library code with this issue/hack. Thanks!

Saheb avatar May 30 '17 15:05 Saheb