growler-0.3.2: A revised version of the scotty library that attempts to be simpler and more performant.

Safe HaskellNone
LanguageHaskell2010

Web.Growler.Types

Documentation

class HasBodySource s a | s -> a where Source

Methods

bodySource :: Lens' s a Source

class HasHeaders s a | s -> a where Source

Methods

headers :: Lens' s a Source

class HasStatus s a | s -> a where Source

Methods

status :: Lens' s a Source

class HasMatchedPattern s a | s -> a where Source

class HasParams s a | s -> a where Source

Methods

params :: Lens' s a Source

class HasRequest s a | s -> a where Source

Methods

request :: Lens' s a Source

newtype GrowlerT m a Source

Constructors

GrowlerT 

Instances