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

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.