api: read request body from stdin or file #143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/136-api-body-input"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
fj api --input -to read JSON request bodies from stdin.fj api --input @fileto read JSON request bodies from disk.--inputvalues and keep JSON request construction/content type handling intact.Tests
cargo fmt --checkcargo clippy --all-targets --all-features -- -D warningscargo test --allFixes rasterstate/fj#136