We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test --release -- --nocapture
First start the server in one shell/terminal & then post json data to it from another:
cargo run --release
curl -X POST http://localhost:8000/query -d @sample_input.json -H 'Content-Type: application/json' -H 'Accept: application/json' | jq > /tmp/sample_output.pretty.json