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.
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.
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
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.
-
SAML2 assertion validation as WAI middleware A Haskell library which implements SAML2 assertion validation as WAI middleware
package
wai-session-postgresql PostgreSQL backed Wai session store Provides a PostgreSQL backed session store for the Network.Wai.Session interface.
-
A Slack middleware for WAI Logs the request information into Slack through webhook from a WAI application.
-
Please see the README on Github at https://git.localcooking.com/tooling/wai-transformers#readme
-
Functions to manipulate records Please see the README on GitHub at https://github.com/kayhide/wakame
-
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
-
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.