libjenkins-0.5.0: Jenkins API interface

Safe HaskellNone
LanguageHaskell2010

Network.HTTP.Conduit.Lens

Contents

Description

Optics for http-conduit types

Synopsis

Request lenses

HttpException prisms

class AsHttpException t where Source

http-conduit exceptions

Minimal complete definition

Nothing

Methods

_HttpException :: Prism' t HttpException Source

http-conduit exceptions overloading