@hackage thrift-http0.3.0.0
Support for Thrift-over-HTTP server and client
Categories
License
BSD-3-Clause
Maintainer
hsthrift-team@fb.com
Links
Versions
Installation
Dependencies (33)
- async ^>=2.2.1
- base >=4.11.1 && <4.20
- bytestring >=0.10.8.2 && <0.13
- containers >=0.6 && <0.7
- fb-util >=0.1.0 && <0.3
- http-client >=0.7.15 && <0.8 Show all…
Dependents (1)
@hackage/glean
Package Flags
opt(off by default)
tests_use_ipv4
(off by default)
Force tests to use IPV4 whenever bringing thrift clients/servers up
Support for building servers and clients that communicate using Thrift over an HTTP transport. Uses WAI and Warp as the server-side HTTP implementation, and http-client for the client-side implementation.
This transport is only compatible with itself. In particular, it is *not* compatible with fbthrift or apache-thrift clients and servers.
NOTE: for build instructions and documentation, see https://github.com/facebookincubator/hsthrift