-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Base64-encode and decode streams of bytes.
--   
--   Base64-encode and decode streams of bytes.
@package base64-conduit
@version 1.0.0

module Data.Conduit.Base64
encode :: Monad m => Conduit ByteString m ByteString
decode :: Monad m => Conduit ByteString m ByteString
encodeURL :: Monad m => Conduit ByteString m ByteString
decodeURL :: Monad m => Conduit ByteString m ByteString
