fnproject / cli

CLI tool for fnproject.
https://fnproject.io
Apache License 2.0
131 stars 67 forks source link

WIP: Change default content type to JSON #669

Open ahjones opened 1 year ago

ahjones commented 1 year ago

Change the default content type to application/json. It was always ignored anyway, but I've made another PR in fn_go that means that it will be used: https://github.com/fnproject/fn_go/pull/56

Once that PR is merged we should revendor fn_go with this PR.