request-0.4.0.0
Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Request

Documentation

data Method Source #

Instances

Instances details
Show Method Source # 
Instance details

Defined in Network.HTTP.Request

Eq Method Source # 
Instance details

Defined in Network.HTTP.Request

Methods

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

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

data Request Source #

Constructors

Request 

Instances

Instances details
Show Request Source # 
Instance details

Defined in Network.HTTP.Request

data Response a Source #

Constructors

Response 

Fields

Instances

Instances details
Show a => Show (Response a) Source # 
Instance details

Defined in Network.HTTP.Request

Methods

showsPrec :: Int -> Response a -> ShowS #

show :: Response a -> String #

showList :: [Response a] -> ShowS #