ahmadnassri/httpsnippet

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

Summary

Maintainability
Test Coverage
wget --quiet \
  --method POST \
  --header 'content-type: application/x-www-form-urlencoded' \
  --body-data 'foo=bar&hello=world' \
  --output-document \
  - http://mockbin.com/har