{{{#!text_markdown ## Convert a curl command to a wget command - Replace curl's `-H` w/ wget's `--header` - Replace curl's `--data`/`--data-raw` w/ wget's `--post-data` }}} ---- CategoryCheatSheet