Module

Network.HTTP.Affjax.Response

Package
purescript-affjax
Repository
slamdata/purescript-affjax

#Response Source

data Response a

Used to represent how a HTTP response body should be interpreted.

Constructors

#toResponseType Source

toResponseType :: forall a. Response a -> String

Converts a Response a into a string representation of the response type that it represents.

#toMediaType Source