The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.36 - 2021-12-16

  • curl: Make Host: header generation not append the port number if the port number is the default port number for the protocol
  • Treat headers with mixed case names alike. For example specifying an "accept" header will override the Accept default headers. Previously only a header specified in the matching string case would override the default header.

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