Mashape/httpsnippet

View on GitHub
src/targets/shell/wget/fixtures/full.sh

Summary

Maintainability
Test Coverage
wget --quiet \
  --method POST \
  --header 'cookie: foo=bar; bar=baz' \
  --header 'accept: application/json' \
  --header 'content-type: application/x-www-form-urlencoded' \
  --body-data foo=bar \
  --output-document \
  - 'http://mockbin.com/har?foo=bar&foo=baz&baz=abc&key=value'