issues
search
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
Using contentType from headers variable
#19
Closed
skuppa
closed
11 years ago
skuppa
commented
11 years ago
I added few additional feature,
When POSTING data, use the contentType set in the headers instead of JSON always.
When POSTING only one file using the --from option then send the output to the console instead of file count.
Removed xml declaration which was added while formatting the xml data.
I added few additional feature,