Module

Bucketchain.SimpleAPI.Proc

Package
purescript-bucketchain-simple-api
Repository
Bucketchain/purescript-bucketchain-simple-api

#Context Source

newtype Context ex

This is for internal. Do not use it.

Instances

#Proc Source

newtype Proc ex a

The type of request handler.

Instances

#askExtra Source

askExtra :: forall ex. Proc ex ex

Get global context.

#askRaw Source

askRaw :: forall ex. Proc ex RawData

Get RawData.

#runProc Source

runProc :: forall a ex. Proc ex a -> Context ex -> Aff a

This is for internal. Do not use it.

#context Source

context :: forall ex. ex -> RawData -> Context ex

This is for internal. Do not use it.