Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package servant-auth-swagger

    servant-swagger/servant-auth compatibility This package provides instances that allow generating swagger2 schemas from servant APIs that use servant-auth's Auth combinator. For a quick overview of the usage, see the README.

  2. package servant-checked-exceptions

    Checked exceptions for Servant APIs. Please see README.md.

  3. package servant-cli

    Command line interface for Servant API clients Parse command line arguments into a servant client, from a servant API, using optparse-applicative for parsing, displaying help, and auto-completion. Hooks into the annotation system used by servant-docs to provide descriptions for parameters and captures. See example/greet.hs for an example usage, and the README for a tutorial.

  4. package servant-conduit

    Servant Stream support for conduit. Servant Stream support for conduit. Provides ToSourceIO and FromSourceIO instances for ConduitT.

  5. package servant-elm

    Automatically derive Elm functions to query servant webservices. Please see README.md

  6. package servant-exceptions

    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.

  7. package servant-http-streams

    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

  8. package servant-machines

    Servant Stream support for machines Servant Stream support for machines. Provides ToSourceIO and FromSourceIO instances for MachineT.

  9. package servant-pipes

    Servant Stream support for pipes Servant Stream support for pipes. Provides ToSourceIO and FromSourceIO instances for Proxy and SafeT.

  10. package servant-rate-limit

    Rate limiting for Servant A Haskell library which implements rate limiting for Servant

Page 243 of many | Previous | Next