@hackage elasticsearch-interchange0.2.0.0
Serialization of Elasticsearch requests and responses
Categories
License
BSD-3-Clause
Maintainer
amartin@layer3com.com
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (7)
- base >=4.13 && <5
- bytebuild >=0.3.7 && <0.4
- json-query >=0.2.1 && <0.3
- json-syntax >=0.2 && <0.3
- primitive >=0.7.1 && <0.10
- text-short >=0.1.3 && <0.2 Show all…
Dependents (0)
This library provides data types for communicating with elasticsearch. It also includes serialization and deserialization functions for these data types. This library does not include machinery for transport. The user is responsible for using an http client forming the complete requests (e.g. setting the Content-Type header).