Popularity
2.2
Growing
Activity
0.0
Stable
3
2
0
Monthly Downloads: 20
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
wai-middleware-caching alternatives and similar packages
Based on the "wai" category.
Alternatively, view wai-middleware-caching alternatives based on common mentions on social networks and blogs.
-
wai-middleware-consul
Wai Middleware for Consul -
wai-middleware-auth
Authentication middleware that secures WAI application -
wai-middleware-static
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-middleware-throttle
WAI Request Throttling Middleware -
wai-middleware-metrics
WAI middleware that collects requests metrics -
wai-middleware-rollbar
Middleware that communicates to Rollbar. -
wai-cli
Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown | now on https://codeberg.org/unrelentingtech/wai-cli -
wai-enforce-https
Enforce HTTPS in Wai server app safely. -
wai-middleware-crowd
Middleware and utilities for using Atlassian Crowd authentication -
wai-session-postgresql
WAI Session that keeps its data in a PostgreSQL database -
wai-util
Utility functions for WAI that haven't found another home yet -
wai-session-clientsession
Session store based on clientsession -
wai-slack-middleware
A Slack middleware for wai -
wai-middleware-etag
WAI ETag middleware for static files -
wai-middleware-json-errors
Convert errors to json -
wai-middleware-hmac
WAI HMAC Authentication Middleware and Client -
wai-session-tokyocabinet
Session store based on Tokyo Cabinet -
wai-hastache
Nice wrapper around hastache for use with WAI -
wai-middleware-preprocessor
WAI middleware for static file preprocessors -
wai-digestive-functors
Helpers to bind digestive-functors onto wai requests -
wai-middleware-cache
Caching middleware for WAI -
wai-middleware-headers
addHeaders and cors for Haskell's Network.Wai -
wai-middleware-delegate
A WAI middleware that enables proxying WAI requests to another server. -
wai-middleware-static-embedded
Serve static files embedded in your executable as a wai middleware. -
wai-middleware-static-caching
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-git-http
Haskell Wai Application for git http-backend -
wai-middleware-travisci
WAI middleware for authenticating webhook payloads from Travis CI -
wai-feature-flags
Feature flag support for WAI applications. -
wai-logger-buffered
A buffered logger for wai applications -
wai-middleware-slack-verify
WAI Slack request verification middleware -
wai-handler-snap
Web Application Interface handler using snap-server. (deprecated)
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of wai-middleware-caching or a related project?
README
This project has two homes. It is ok to work in github, still, for a better decentralized web please consider contributing (issues, PR, etc...) throught:
Caching Wai Middlewares
This repository provide WAI middlewares caching ability.
To minimize code dependency, there are three different packages.
wai-middleware-caching
: Backend agnostic cache middleware. You'll need to provide aCacheBackend
value to make it works.wai-middleware-caching-lru
: Uselrucache
as cache backend (RAM only)wai-middleware-caching-redis
: Use Redis as cache backend.