Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Extensible exceptions for servant APIs `servant-exceptions` provides a Throw combinator to declare what types of errors an API might throw. The server implementation catches them and allows for a canonical encoding using servant content-type machinery.
-
Automatic derivation of querying functions for servant This library lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice. See the client section of the tutorial. CHANGELOG
-
Servant Stream support for machines Servant Stream support for machines. Provides ToSourceIO and FromSourceIO instances for MachineT.
-
Servant Stream support for pipes Servant Stream support for pipes. Provides ToSourceIO and FromSourceIO instances for Proxy and SafeT.
-
Rate limiting for Servant A Haskell library which implements rate limiting for Servant
-
Embed a directory of static files in your Servant server Please see README.md.
-
Small library providing WebSocket endpoints for servant. Small library providing WebSocket endpoints for servant.
-
Invertible grammar combinators for S-expressions Serialisation to and deserialisation from S-expressions derived from a single grammar definition.
-
POSIX shared memory POSIX shared memory library.
-
Write shell scripts with Conduit Write shell scripts with Conduit. See Data.Conduit.Shell for documentation.