| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Apiary.Session.ClientSession
Documentation
data ClientSessionConfig Source #
Constructors
| ClientSessionConfig | |
Fields
| |
Instances
Arguments
| :: (MonadIO m, Serialize sess) | |
| => proxy sess | session type to initialize. |
| -> ClientSessionConfig | |
| -> Initializer' m (Session sess m) |
module Web.Apiary.Session