The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.38 - 2022-07-29

  • Parse the authentication types --basic, --digest, --ntlm, --negotiate but they get ignored when generating code
  • Parse the --unix-socket command line parameter This currently also gets ignored but there are plans to write a support module to allow LWP to use unix domain sockets instead of TCP sockets
  • Properly support the "@" and "<" specifier in the --form option
  • Support the --form-string option

Documentation

convert curl arguments to Perl code
convert curl/wget arguments to Perl code

Modules

container for a Curl-like HTTP request
create a HTTP::Request from a curl command line
turn a Javascript fetch() statement into HTTP::Request
create a HTTP::Request from a wget command line