Module

Axon.Request.Parts.Class

Package
purescript-axon
Repository
cakekindel/purescript-axon

#Try Source

data Try err ok

Constructors

Instances

#tryEither Source

tryEither :: forall a b. Either a b -> Try a b

#tryToEither Source

tryToEither :: forall a b. Try a b -> Either a b

Re-exports from Axon.Request.Parts.Body

#Stream Source

newtype Stream

Constructors

Instances

#Json Source

newtype Json a

Constructors

Instances

Re-exports from Axon.Request.Parts.Header

#Header Source

newtype Header a

Constructors

Instances

Re-exports from Axon.Request.Parts.Method

#Trace Source

data Trace

Constructors

Instances

#Put Source

data Put

Constructors

Instances

#Post Source

data Post

Constructors

Instances

#Patch Source

data Patch

Constructors

Instances

#Options Source

data Options

Constructors

Instances

#Get Source

data Get

Constructors

Instances

#Delete Source

data Delete

Constructors

Instances

#Connect Source

data Connect

Constructors

Instances

Re-exports from Axon.Request.Parts.Path

#Path Source

data Path :: forall k. k -> Type -> Typedata Path a b

Constructors

Instances