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.1.4_04 - 2009-03-13

  • 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

Changes for version 0.1.4_03 - 2009-03-07

  • few update
  • tests fixed RT #41356, cleanup the temp dir fixed slowly test problem
  • Interface::ServerSimple print the good banner :)
  • Interface::Test more strict argument validation

Changes for version 0.1.4_02 - 2009-02-19

  • fixed to some test case for moose and mod_perl

Changes for version 0.1.4_01 - 2009-02-18

  • switched to Any::Moose
  • Interface::ModPerl supported to any server_name application

Documentation

How to cook a HTTP::Engine

Modules

Web Server Gateway Interface and HTTP Server Engine Drivers (Yet Another Catalyst::Engine)
CGI interface for HTTP::Engine
FastCGI interface for HTTP::Engine
mod_perl Adaptor for HTTP::Engine
POE interface for HTTP::Engine.
HTTP::Server::Simple interface for HTTP::Engine
Standalone HTTP Server
HTTP::Engine Test Interface
fast loading, minimal HTTP::Engine::Interface
Portable HTTP request object
handles file upload requests
HTTP response object
The Interface Role Definition
HTTP::Engine request object builder for test
Core HTTP::Engine Types

Provides

in lib/HTTP/Engine/Interface.pm
in lib/HTTP/Engine/RequestBuilder/CGI.pm
in lib/HTTP/Engine/RequestBuilder/NoEnv.pm
in lib/HTTP/Engine/ResponseFinalizer.pm
in lib/HTTP/Engine/Role/Request.pm
in lib/HTTP/Engine/Role/RequestBuilder.pm
in lib/HTTP/Engine/Role/RequestBuilder/HTTPBody.pm
in lib/HTTP/Engine/Role/RequestBuilder/NoEnv.pm
in lib/HTTP/Engine/Role/RequestBuilder/ParseEnv.pm
in lib/HTTP/Engine/Role/RequestBuilder/ReadBody.pm
in lib/HTTP/Engine/Role/RequestBuilder/Standard.pm
in lib/HTTP/Engine/Role/Response.pm
in lib/HTTP/Engine/Role/ResponseWriter.pm
in lib/HTTP/Engine/Role/ResponseWriter/Finalize.pm
in lib/HTTP/Engine/Role/ResponseWriter/OutputBody.pm
in lib/HTTP/Engine/Role/ResponseWriter/OutputHeader.pm
in lib/HTTP/Engine/Role/ResponseWriter/ResponseLine.pm
in lib/HTTP/Engine/Role/ResponseWriter/WriteSTDOUT.pm