yu-core-0.1.1.2: The core of Yu.

Copyright(C) 2017-2018 Johann Lee <me@qinka.pro>
LicenseGPL3
Maintainerme@qinka.pro
Stabilityexperimental
Portabilityunknow
Safe HaskellNone
LanguageHaskell2010

Yu.Core.Control

Description

The control part of the glob.

Synopsis

Documentation

class (Mongodic site (HandlerT site IO), MonadHandler (HandlerT site IO), Hamletic site (HandlerT site IO), Yesod site) => Controly site Source #

for control

getUrlR Source #

Arguments

:: Controly site 
=> [Text]

index

-> HandlerT site IO TypedContent 

get method router

putUrlR Source #

Arguments

:: Controly site 
=> [Text]

index

-> HandlerT site IO TypedContent 

put method router

deleteUrlR Source #

Arguments

:: Controly site 
=> [Text]

index

-> HandlerT site IO TypedContent 

delete