hoauth-0.2.3: A Haskell implementation of OAuth 1.0a protocol.Source codeContentsIndex
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.
Documentation
data Response Source
Constructors
RspHttp
status :: IntThe status code (e.g. 200, 302)
statusLine :: StringThe message that comes along with the status (e.g. HTTP/1.1 200 OK)
rspHeaders :: FieldListThe response headers
rspPayload :: ByteStringThe body of the message
Produced by Haddock version 2.6.1