The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension HTTP::Engine

0.0.16   2008-09-03T16:26:05+09:00
         - Interface::ModPerl
           broken code fix
           using %ENV for RequestBuilder
           add content_type response head handling
         - fixed HTTP::Engine POD

0.0.15   2008-08-28T13:23:29+09:00
         - all Interface design rewrote
         - Interface::Standalone
           some refactoring
           added new option: keepalive_timeout
           bug fixed: keepalive is does not work
         - Interface::ServerSimple
           chaged option: port is required

0.0.14   2008-08-22T18:08:54+09:00
         - Interface::ModPerl broken code fix
         - Interface::POE fix the many problems
         - Interface::Standalone
           bug fixed uri construction
           bug fixed around $req->base
         - some refactoring
           connection_info in Interface
         - POD cleanup
         - tokuhirom++

0.0.13   2008-08-13T16:06:19+09:00
         - add more test scripts
         - test coverage 100%!

0.0.13_2 2008-08-11T16:47:38+09:00
         - !!! incompatible of version under 0.0.13_1 !!!
           using HTTP::Engine::Compat module if you want compatibility of version under 0.0.13_1
         - delete HTTP::Engine::Context tokuhirom++
           unsupported of context and middleware
         - fix $req->uploads dont work
         - fix Interface::ServerSimple and Interface::POE Connection head problem on HTTP/1.1
         - add more test scripts

0.0.13_1 2008-08-06T18:15:39+09:00
         - merge from lazy_request branch nothingmuch++
         - add more test scripts

0.0.12   2008-07-01T14:05:08+09:00
         - Interface::FCGI fixed dosen't work bug tokuhirom++

0.0.11   2008-06-11T11:00:44+09:00
         - Interface::POE fix the many problems tokuhirom++
         - Interface::ServerSimple support Net::Server tokuhirom++
         - fix die on request_builder phase tokuhirom++
         - more lazy hacks, faster hacks and more mooose way hacks nothingmuch++

0.0.10   2008-06-07T01:21:35+09:00
         - add build_requires 'HTTP::Request::AsCGI'
         - fixed t/30_interface_cgi.t
 
0.0.9    2008-05-28T21:22:52+09:00
         - fix Interface::POE cannot get query string bug tokuhirom++
         - fix more dependence on Makefile.PL

0.0.8    2008-05-18T13:50:36+09:00
         - Middleware API more simply
         - fix Interface::FCGI dont work lopnor++

0.0.7    2008-05-18T02:23:57+09:00
         - good by Class::Component
         - nice to meet Moose

0.0.6    2008-05-13T16:43:40+09:00
         - use URI::QueryParam lestrrat++
         - fix body parameters problem

0.0.5  2008-05-13T12:14:22+09:00
         - oops, s/handle_request/request_handler/ in interface param

0.0.4    2008-05-12T18:05:32+09:00
         - more moosenize by Class::Component 0.17
         - maybe, next release the moose branch

0.0.3    2008-04-30T02:14:21+09:00
         - add Plugin::Interface::ServerSimple (HTTP::Server::Simple support)    tokuhirom++
         - add Plugin::Interface::CGI    nyarla++
         - fix the pod    marcus++
         - fix content-length 0 if undefined response body bug    kazuho++
         - fix Interface::Test dosent work bug

0.0.2    2008-04-27T13:50:44+09:00
         - add Plugin::Interface::FCGI
         - add Plugin::ModuleReload
         - add Plugin::DebugScreen
         - fix $c->res->redirect dosent work bug

0.0.1    2008-04-23T20:44:07+09:00
         - first release