uniform-http-0.1.5.1: uniform text based operations to call http
Safe HaskellSafe-Inferred
LanguageHaskell2010

Uniform.HttpCall

Description

using http simple to sparql queries and to create requests part of uniform (to use only text uses the newer http-conduit module because teh old HTTP cannot do https

Synopsis

Documentation

newtype AppType Source #

a special type for the app type argumetn

Constructors

AppType Text 

Instances

Instances details
Generic AppType Source # 
Instance details

Defined in Uniform.HttpCall

Associated Types

type Rep AppType :: Type -> Type #

Methods

from :: AppType -> Rep AppType x #

to :: Rep AppType x -> AppType #

Read AppType Source # 
Instance details

Defined in Uniform.HttpCall

Show AppType Source # 
Instance details

Defined in Uniform.HttpCall

Eq AppType Source # 
Instance details

Defined in Uniform.HttpCall

Methods

(==) :: AppType -> AppType -> Bool #

(/=) :: AppType -> AppType -> Bool #

Ord AppType Source # 
Instance details

Defined in Uniform.HttpCall

Zeros AppType Source # 
Instance details

Defined in Uniform.HttpCall

type Rep AppType Source # 
Instance details

Defined in Uniform.HttpCall

type Rep AppType = D1 ('MetaData "AppType" "Uniform.HttpCall" "uniform-http-0.1.5.1-KGUye61q8hJLOwIA9tUEqm" 'True) (C1 ('MetaCons "AppType" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

newtype TimeOutSec Source #

a timeout in seconds

Constructors

TimeOutSec (Maybe Int) 

Instances

Instances details
Generic TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

Associated Types

type Rep TimeOutSec :: Type -> Type #

Read TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

Show TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

Eq TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

Ord TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

Zeros TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

NiceStrings TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

type Rep TimeOutSec Source # 
Instance details

Defined in Uniform.HttpCall

type Rep TimeOutSec = D1 ('MetaData "TimeOutSec" "Uniform.HttpCall" "uniform-http-0.1.5.1-KGUye61q8hJLOwIA9tUEqm" 'True) (C1 ('MetaCons "TimeOutSec" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int))))

data ServerURI Source #

Instances

Instances details
Monoid ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Semigroup ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Generic ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Associated Types

type Rep ServerURI :: Type -> Type #

Read ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Show ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Eq ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Ord ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

Zeros ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

type Rep ServerURI Source # 
Instance details

Defined in Uniform.HttpURI

type Rep ServerURI = D1 ('MetaData "ServerURI" "Uniform.HttpURI" "uniform-http-0.1.5.1-KGUye61q8hJLOwIA9tUEqm" 'True) (C1 ('MetaCons "ServerURI" 'PrefixI 'True) (S1 ('MetaSel ('Just "unServerURI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 URI)))