|
Happstack.Server.HTTP.LowLevel |
|
|
|
|
|
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
|
|
|
|
|
Unserializes the bytestring into a response. If there is an
error it will return Left msg.
|
|
|
Serializes the request to the given handle
|
|
|
|
module Happstack.Server.HTTP.Types |
|
Produced by Haddock version 2.4.2 |