Skip to content

Files

Latest commit

9480a0e · Oct 21, 2021

History

History

warp-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 7, 2021
Jul 7, 2021
Oct 21, 2021

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