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

  • status() receives the status code: $header->status(304) Don't pass a string which contains reason phrases: $header->status('304 Not Modified') # OBSOLETE status() returns the status code: $status = $header->status # 304
  • Requires HTTP::Status
  • A tied hash became read-only by default. When you need to modify it, you must pass an additional argument 'rw' to TIEHASH() explicitly: tie %header => 'Blosxom::Header', 'rw';

Documentation

Modify $blosxom::header directly
一意に HTTP ヘッダを指定する

Modules

Missing interface to modify HTTP headers