HTTP-Engine
view release on metacpan or search on metacpan
Revision history for Perl extension HTTP::Engine
0.03005 2011-10-04T13:25:39+09:00
- modernize Makefile.PL (tokuhirom)
- core
fixed to Moose syntax (tokuhirom)
fixed to Use of qw(...) as parentheses is deprecated (yappo)
- Interface::PSGI
PSGI spec based on - "The header MUST NOT contain a Status key" (tokuhirom)
0.03004 2010-01-29T18:23:01+09:00
- core
added builder_options in HTTP::Engine::Request
$req->builder_options->{disable_raw_body}
$req->builder_options->{upload_tmp}
see L<HTTP::Engine::Request> ATTRIBUTES section.
- Interface::PSGI
Fixed multiple header bug, spotted by pdcawley++ (miyagawa)
0.03003 2009-12-10T11:48:30+09:00
- Interface::Standalone
all test is skiped
- required current version of Test::SharedFork 0.09 and Test::TCP 0.15
0.03002 2009-10-26T17:08:54+09:00
- fixed module include bug
- Interface::ServerSimple
added overwritable print_banner
0.03001 2009-10-14T20:23:58+09:00
- added streaming response support (for Interface::PSGI)
- tests: latest Test::TCP was fixed some bugs
- Interface::POE
remove failing test case.because latest POE doesn't deny HTTP/0.9's POST request (tokuhirom)
0.03 2009-10-13T18:00:00+09:00
- added Interface::PSGI
0.02004 2009-08-19T21:36:42+09:00
- Makefile.PL: do not die when MooseX::Types is not installed (tokuhirom)
0.02003 2009-08-17T08:38:34+09:00
- HTTP::Engine: some rewrites and reorganizations of POD docs (miyagawa)
- Makefile.PL
display module versions (tokuhirom)
fix some wordings (miyagawa)
0.02002 2009-06-29T13:01:17+09:00
- Interface::ModPerl: fixed to the weaken arg to "has" is weak_ref not is_weak (Shawn M Moore)
0.02001 2009-06-19T19:31:21+09:00
- core
latest Mouse has a compatible interface with Moose (tokuhirom)
fixed to The bug which does not work when response body is IOHandle and file size is 0 (yappo)
- MinimalCGI
fixed using %ENV missing param by Request->method (fujiwara)
- Interface::ServerSimple
host=0 mans ANY, so just use localhost in the banner (miyagawa)
- add more documents
Interface::FCGI (tokuhirom)
Interface::POE (tokuhirom)
0.1.8 2009-05-19T16:26:54+09:00
- We moved to GitHub ( http://github.com/http-engine )
- fixed uri path forget bug
- depend to Any::Moose 0.08 ( change moose loaded check function s/is_moose_loaded/moose_is_preferred/ )
- Interface::ServerSimple: fixed to display correct URL in print_banner
- HTTP::Engine::Role::Interface: fixed typo (s/errror/error/)
0.1.7 2009-04-13T12:55:44+09:00
- use Exporter instead of Sub::Exporter
0.1.6 2009-04-10T18:12:55+09:00
- quieted warnings of newest Moose and Mouse
- t/010_core/request-as_string.t : showt up the proxy error
- use Module::Install::Repository
0.1.5 2009-03-25T17:44:49+09:00
- Interface::ServerSimple
Net::Server configuration support
wrote of attributes documentation
0.1.4_04 2009-03-13T13:23:57+09:00
- add HTTP::Engine::Test::Request
- Interface::Test
changed to request parameter builder by HTTP::Engine::Test::Request
display warnings when output flagged utf8 string
- fixed RT #41356
0.1.4_03 2009-03-07T18:01:45+09:00
- few update
( run in 1.384 second using v1.01-cache-2.11-cpan-63c85eba8c4 )