Changes for version 1.09_3 - 2011-06-22
- Separated extensions into PSGI::Extensions
- Added psgix.harakiri and psgix.harakiri.commit
- Updated terminology section
- Clarified that body should be encoded byte strings and do not contain wide characters
- Clarified that header values must be defined
Changes for version 1.09_2 - 2011-06-07
- Fixed a dumb mistake about allowed characters in header values
- Updated FAQ document
- psgi.input MUST have seek() only if psgix.input.buffered is true
Changes for version 1.09_1 - 2011-03-28
- 1.1 beta
- Upped psgi.version to be [1,1]
- Lots of grammar and style fixes
- Removed poll_cb from writer spec
- Streaming interface now SHOULD be implemented, rather than MAY
- Promoted psgi.streaming, nonblocking and run_once keys to be MUST
- Added psgix.logger and psgix.session extensions
- Updated FAQ
Modules
Perl Web Server Gateway Interface Specification