wai-throttler-0.1.0.0: Wai middleware for request throttling

Safe HaskellNone

Network.Wai.Middleware.Throttler

Documentation

class ThrottleCache c whereSource

Methods

cacheCount :: c -> ByteString -> IO IntSource

newMemoryThrottleCache :: Int -> NominalDiffTime -> IO MemoryThrottleCacheSource