spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Support PATCH http method #21

Closed mikegirard closed 5 years ago

mikegirard commented 11 years ago

Since mvc 3.2 supports PATCH, it would be nice to be able to submit a patch request just like a put/post/etc... Basically a copy of put, but using PATCH method.

Major change is modifying code to use HttpComponentsClientHttpRequestFactory instead of SimpleClientHttpRequestFactory