ahmadnassri/httpsnippet

View on GitHub
src/targets/shell/curl/fixtures/application-form-encoded.sh

Summary

Maintainability
Test Coverage
curl --request POST \
  --url http://mockbin.com/har \
  --header 'content-type: application/x-www-form-urlencoded' \
  --data foo=bar \
  --data hello=world