happstack-server-7.1.7: Web related tools and services.

Safe HaskellNone

Happstack.Server.Internal.LowLevel

Contents

Synopsis

HTTP Implementation

The Happstack HTTP implementation supports HTTP 1.0 and 1.1. Multiple request on a connection including pipelining is supported.

Problems

Currently if a client sends an invalid HTTP request the whole connection is aborted and no further processing is done.

When the connection times out Happstack closes it. In future it could send a 408 response but this may be problematic if the sending of a response caused the problem.

API