Simple command-line HTTP client. Built with libwww-perl.
lwp-request -m GET {{http://example.com/some/path}}
cat {{/path/to/file}} | lwp-request -m POST {{http://example.com/some/path}}
lwp-request -H 'User-Agent: {{user_agent}} -m {{METHOD}} {{http://example.com/some/path}}
lwp-request -C {{username}}:{{password}} -m {{METHOD}} {{http://example.com/some/path}}
lwp-request -U -m {{METHOD}} {{http://example.com/some/path}}
lwp-request -E -m {{METHOD}} {{http://example.com/some/path}}