lwp-request: removed unnecessary usage of cat (#4989)

This commit is contained in:
Juri
2020-11-30 13:06:12 +01:00
committed by GitHub
parent 96f5f20498
commit b20e80a60f

View File

@@ -10,7 +10,7 @@
- Upload a file with a POST request:
`cat {{path/to/file}} | lwp-request -m POST {{http://example.com/some/path}}`
`lwp-request -m POST {{http://example.com/some/path}} < {{path/to/file}}`
- Make a request with a custom user agent: