| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.ClickHouseDriver.HTTP.Types
Description
Definition of types
Documentation
type JSONResult = Either ByteString [HashMap Text Value] Source #
data HttpConnection Source #
Constructors
| HttpConnection | |
Fields
| |
data HttpParams Source #
Constructors
| HttpParams | |
Fields
| |
Instances
| Default HttpParams Source # | |
Defined in Database.ClickHouseDriver.HTTP.Connection Methods def :: HttpParams # | |