Copyright | (c) 2014 Magnus Therning |
---|---|
License | BSD3 |
Safe Haskell | None |
Language | Haskell2010 |
Data.Conduit.Codec.Base64Url
Description
Documentation
encode :: forall (m :: Type -> Type). Monad m => ConduitT ByteString ByteString m () #
decode :: forall (m :: Type -> Type). (Monad m, MonadThrow m) => ConduitT ByteString ByteString m () #