hurl/integration/tests/form_params.json

2 lines
567 B
JSON
Raw Normal View History

2020-11-11 12:38:34 +03:00
{"entries":[{"request":{"method":"POST","url":"http://localhost:8000/form-params","form_params":[{"name":"param1","value":"value1"},{"name":"param2","value":""},{"name":"param3","value":"a=b"},{"name":"param4","value":"a%3db"}]},"response":{"version":"HTTP/1.0","status":200}},{"request":{"method":"POST","url":"http://localhost:8000/form-params","headers":[{"name":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"type":"raw-string","value":"param1=value1&param2=&param3=a%3db&param4=a%253db"}},"response":{"version":"HTTP/1.0","status":200}}]}