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.003 - 2024-02-23

  • New Features
    • Add the following method to the HTTP::Minimal.
      • method head : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
      • method put : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
      • method post : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
      • method patch : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
      • method delete : HTTP::Minimal::Message::Response ($url : string, $options : object[] = undef);
  • Changes
    • Catch up with the latest SPVM.