scalaj-http
scalaj-http copied to clipboard
Doesn't support HTTP Patch method
This is Needed for REST usage
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 Would be nice to update docs in library code with this issue/hack. Thanks!