http-client-extra-0.1.1.0: wrapper for http-client exposing cookies

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.ClientExtra.Types

Documentation

newtype QueryE Source #

Constructors

QueryE 

Fields

class ToQueryE a where Source #

Minimal complete definition

toQueryE

Methods

toQueryE :: a -> QueryE Source #

class MonadIO m => ContentEncoder m a where Source #

Minimal complete definition

buildBody