Safe Haskell | None |
---|---|
Language | Haskell2010 |
Servant.Haxl.Client.Types
- data ServantError
- = FailureResponse { }
- | DecodeFailure { }
- | UnsupportedContentType { }
- | ConnectionError { }
- | InvalidContentTypeHeader { }
- data ServantConnectionError
- data Req = Req {}
- data WantedStatusCodes
- = AllCodes
- | SelectCodes [Int]
- data Scheme
- data BaseUrl = BaseUrl {}
Documentation
data ServantError Source
Constructors
FailureResponse | |
Fields | |
DecodeFailure | |
Fields | |
UnsupportedContentType | |
Fields | |
ConnectionError | |
Fields | |
InvalidContentTypeHeader | |
Fields |
Instances
data ServantConnectionError Source
Instances
Constructors
Req | |
data WantedStatusCodes Source
Constructors
AllCodes | |
SelectCodes [Int] |
URI scheme to use
Simple data type to represent the target of HTTP requests for servant's automatically-generated clients.
Constructors
BaseUrl | |
Fields
|