Module
Makkori
- Package
- purescript-makkori
- Repository
- justinwoo/purescript-makkori
#Middleware Source
data Middleware :: Type
#postMethod Source
postMethod :: Method
#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