mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
296 B
296 B
input.test = "Hello World";
::input[test]
POST https://httpbin.org/post
{"input": "{{input.test}}"}
// Use chai's `expect`, `assert` or `should` to make assumptions
expect(response.body.json.input).to.equal("Hello World");