libjenkins-0.6.0: Jenkins API interface

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Client.Lens

Contents

Description

Optics for http-client types

Synopsis

Request lenses

port :: Lens' Request Int Source

port lens

HttpException prisms

class AsHttpException t where Source

http-conduit exceptions

Minimal complete definition

Nothing

Methods

_HttpException :: Prism' t HttpException Source

http-conduit exceptions overloading