Module

Network.HTTP.Affjax.Request

Package
purescript-affjax
Repository
slamdata/purescript-affjax

#Request Source

data Request

Represents data for an HTTP request that will be included in the request body.

Constructors

#arrayView Source

arrayView :: forall a. ArrayView a -> Request