Module

Makkori

Package
purescript-makkori
Repository
justinwoo/purescript-makkori

#App Source

data App :: Type

#Middleware Source

#Request Source

data Request :: Type

#Response Source

data Response :: Type

#Path Source

newtype Path

Constructors

Instances

#Port Source

newtype Port

Constructors

Instances

#Method Source

data Method :: Type

#deleteMethod Source

#registerMethod Source

#StaticOptions Source

type StaticOptions = ()

#makeStaticMiddleware Source

makeStaticMiddleware :: forall trash options. Union options trash StaticOptions => Path -> Record options -> Effect Middleware

#JSONOptions Source

type JSONOptions = ()

#makeJSONMiddleware Source

makeJSONMiddleware :: forall trash options. Union options trash JSONOptions => Record options -> Effect Middleware

#_makeStaticMiddleware Source

_makeStaticMiddleware :: forall options. EffectFn2 Path options Middleware

#_makeJSONMiddleware Source

_makeJSONMiddleware :: forall options. EffectFn1 options Middleware
Modules
Makkori