Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. package wai-middleware-delegate

    WAI middleware that delegates handling of requests. WAI middleware that intercepts requests that match a predicate and responds to them using alternate WAI Applications or proxied hosts. Read this short example for an introduction to its usage.

  2. package wai-middleware-metrics

    A WAI middleware to collect EKG request metrics This WAI middleware counts the number of requests, the number of responses by status code and keeps a latency distribution. It can be added to any WAI-based webserver, such as Yesod, Scotty, Spock and Servant. The counters are EKG Counters from ekg-core. https://ocharles.org.uk/blog/posts/2012-12-11-24-day-of-hackage-ekg.html

  3. package wai-middleware-throttle

    WAI Middleware for Request Throttling WAI Middleware for request rate limiting and throttling. Designed to be configured in the spirit of the NGinx module.

  4. package wai-saml2

    SAML2 assertion validation as WAI middleware A Haskell library which implements SAML2 assertion validation as WAI middleware

  5. package wai-session-postgresql

    PostgreSQL backed Wai session store Provides a PostgreSQL backed session store for the Network.Wai.Session interface.

  6. package wai-slack-middleware

    A Slack middleware for WAI Logs the request information into Slack through webhook from a WAI application.

  7. package wai-transformers

    Please see the README on Github at https://git.localcooking.com/tooling/wai-transformers#readme

  8. package wakame

    Functions to manipulate records Please see the README on GitHub at https://github.com/kayhide/wakame

  9. package web-cookiejar

    Parsing/printing of persistent web cookies A library that provides parsing and printing functions that read and write web cookies stored in the Netscape/Mozilla cookie jar file format; also the format used by curl. See the README for a simple usage example

  10. package web-routes-th

    Support for deriving PathInfo using Template Haskell web-routes is a portable library for type-safe URLs. This module adds support for creating the URL parsers/printers automatically using Template Haskell.

Page 266 of many | Previous | Next