polysemy-http-0.7.0.0: Polysemy Effects for HTTP clients
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Http.Json

Description

 
Synopsis

Documentation

jsonRequest :: Member (Http c) r => Request -> Sem r (Either HttpError (Response LByteString)) Source #

Make a request, setting the content-type header to application/json