| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Polysemy.Http.Interpreter.Pure
Description
Synopsis
- interpretHttpPure :: Member (Embed IO) r => [Response LByteString] -> [ByteString] -> InterpretersFor [Http LByteString, State [Response LByteString], State [ByteString]] r
Documentation
Arguments
| :: Member (Embed IO) r | |
| => [Response LByteString] | When a request is made, one response is popped of the list and returned. If the list is exhausted, a 502 response is returned. |
| -> [ByteString] | Chunks used for streaming responses. |
| -> InterpretersFor [Http LByteString, State [Response LByteString], State [ByteString]] r |
In-Memory interpreter for Http.