Files
http.md/docs/examples/with-javascript.md
2025-05-19 10:28:57 +02:00

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");