polysemy-http-0.4.0.4: Polysemy effect for http-client
Safe HaskellNone
LanguageHaskell2010

Polysemy.Http.Strict

Synopsis

Documentation

interpretHttpStrict Source #

Arguments

:: Member (Embed IO) r 
=> [Response LByteString]

When a request is made, one response is popped of the head and returned. If the list is exhausted, a 502 response is returned.

-> [ByteString]

Chunks used for streaming responses.

-> InterpreterFor (Http LByteString) r 

In-Memory interpreter for Http.