Skip to content

Instantly share code, notes, and snippets.

@pvillard31
Created April 6, 2019 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvillard31/b2458d00e8872e6930b26710e7001b68 to your computer and use it in GitHub Desktop.
Save pvillard31/b2458d00e8872e6930b26710e7001b68 to your computer and use it in GitHub Desktop.
$ time curl --data-binary "@test.csv" -H "Content-Type: text/csv" -X POST https://minifi-csvjson-t546z2l6aq-uc.a.run.app
[ {
"name" : "Pierre Villard",
"company" : "Google"
} ]
real 0m0.725s
user 0m0.036s
sys 0m0.026s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment