hoauth-0.2.4: A Haskell implementation of OAuth 1.0a protocol.
Network.OAuth.Http.Response
Description
The response of the server for a given Request. Similarly to Request, it is currently only able to represent HTTP responses.
data Response Source
Constructors
Fields
The status code (e.g. 200, 302)
The message that comes along with the status (e.g. HTTP/1.1 200 OK)
The response headers
The body of the message
Instances