sdk-rust/example-projects/warp-example
Jim Crossley 9480a0e944 Add some example help 2021-10-20 21:46:44 -04:00
..
src Renamed features (#140) 2021-07-07 10:47:30 +02:00
Cargo.toml Renamed features (#140) 2021-07-07 10:47:30 +02:00
README.md Add some example help 2021-10-20 21:46:44 -04:00

README.md

To run the server:

cargo run

To test a POST:

curl -d '{"hello": "world"}' \
  -H'content-type: application/json' \
  -H'ce-specversion: 1.0' \
  -H'ce-id: 1' \
  -H'ce-source: http://cloudevents.io' \
  -H'ce-type: dev.knative.example' \
  http://localhost:3030