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.03001

  • 'push' method carps like CORE::push. And also receives multiple values: $header->push( 'Set-Cookie' => @cookies )
  • 'set' method receives the list of named parameters: $header->set( Foo => 'bar', Bar => 'baz', ) Separated internal '_set' method from 'set'
  • 'delete' method receives the list of field names: $header->delete( 'Foo', 'Bar' )

Modules

Missing interface to modify HTTP headers