| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
WebGear.Core.Response
Contents
Description
Responses from handlers.
Synopsis
Basic Types
An HTTP response sent from the server to the client.
The response contains a status, optional headers and an optional body payload.
Constructors
| Response | |
Fields
| |
Instances
data ResponseBody Source #
toWaiResponse :: Response -> Response Source #
Generate a WAI response