Catalyst-Engine-HTTP-Prefork

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    engine, which is now deprecated.

RESTART SUPPORT
    This engine supports the same restart options as Catalyst::Engine::HTTP.
    The server may also be restarted by sending it a HUP signal.

HTTP/1.1 support
    This engine fully supports the following HTTP/1.1 features:

  Chunked Requests
    Chunked body data is handled transparently by HTTP::Body.

  Chunked Responses
    By setting the Transfer-Encoding header to 'chunked', you can indicate
    you would like the response to be sent to the client as a chunked
    response. Also, any responses without a content-length will be sent
    chunked.

  Pipelined Requests
    Browsers sending any number of pipelined requests will be handled
    properly.

lib/Catalyst/Engine/HTTP/Prefork.pm  view on Meta::CPAN


This engine supports the same restart options as L<Catalyst::Engine::HTTP>.
The server may also be restarted by sending it a HUP signal.

=head1 HTTP/1.1 support

This engine fully supports the following HTTP/1.1 features:

=head2 Chunked Requests

Chunked body data is handled transparently by L<HTTP::Body>.

=head2 Chunked Responses

By setting the Transfer-Encoding header to 'chunked', you can indicate you
would like the response to be sent to the client as a chunked response.  Also,
any responses without a content-length will be sent chunked.

=head2 Pipelined Requests

Browsers sending any number of pipelined requests will be handled properly.



( run in 0.350 second using v1.01-cache-2.11-cpan-0a6323c29d9 )