LWP-DUMP(1) | User Contributed Perl Documentation | LWP-DUMP(1) |
lwp-dump - See what headers and content is returned for a URL
lwp-dump [ options ] URL
The lwp-dump program will get the resource identified by the URL and then dump the response object to STDOUT. This will display the headers returned and the initial part of the content, escaped so that it's safe to display even binary content. The escapes syntax used is the same as for Perl's double quoted strings. If there is no content the string "(no content)" is shown in its place.
The following options are recognized:
If the content is longer then the string is chopped at the limit and the string "...\n(### more bytes not shown)" appended.
lwp-request, LWP, "dump" in HTTP::Message
2020-04-14 | perl v5.34.0 |