8087: implements reading of request body from file
authorJoshua Randall <joshua.randall@sanger.ac.uk>
Mon, 22 Feb 2016 21:30:09 +0000 (21:30 +0000)
committerJoshua C. Randall <jcrandall@alum.mit.edu>
Mon, 22 Feb 2016 21:53:01 +0000 (21:53 +0000)
commitf6400fca6dc60055b613b0e3dc3c8422b7af6391
treea66cf7eec30aca6af16555a3cbed4c5f685cd539
parente5659d21c942c7c315fc33668717329d1487e6c6
8087: implements reading of request body from file

Attempts to parse the provided request body value as JSON. If
JSON parsing fails, assume it is a filename (or '-' for stdin)
and read the request body from that file instead.
sdk/cli/bin/arv