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.1 - 2009-02-06

  • new dependence to Mouse 0.15 and MouseX::Types
  • added to HTTP::Engine::Cookbook documentation # gugod++
  • $req->hostname: loopback address hacks for win32

Changes for version 0.0.99_03 - 2009-01-26

  • fixed to dependency bugs no UNIVERSAL::require, use Mouse::load_class s/Class::MOP::load_class/Mouse::load_class/

Changes for version 0.0.99_02 - 2009-01-21

  • s/Shika/Mouse/
  • Added HTTP::Engine::MinimalCGI, a very fast minimal version optimized for vanilla CGI.
  • [BUG] fixed : cannot get http body at Interface::ModPerl. but, this is a dirty hack...

Changes for version 0.0.99_01 - 2008-12-02

  • merged shika branch
  • s/Moose/Shika/
  • s/HTTP::Header/HTTP::Header::Fast/

Changes for version 0.0.13_2 - 2008-08-11

  • !!! 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

Changes for version 0.0.13_1 - 2008-08-06

  • merge from lazy_request branch nothingmuch++
  • add more test scripts

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
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/ResponseLine.pm
in lib/HTTP/Engine/Role/ResponseWriter/WriteSTDOUT.pm