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

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.ClientExtra

Synopsis

Documentation

newtype QueryE Source #

Constructors

QueryE 

Fields

class ToQueryE a where Source #

Minimal complete definition

toQueryE

Methods

toQueryE :: a -> QueryE Source #

type RequestHeaders = [Header] #

Request Headers

type Method = ByteString #

HTTP method (flat string type).