http2-client-grpc: Implement gRPC-over-HTTP2 clients.

[ bsd3, library, network ] [ Propose Tags ]

A gRPC over http2-client.


[Skip to Readme]

Downloads

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.6.0.0, 0.7.0.0, 0.8.0.0
Change log Changelog.md
Dependencies async (>=2.2 && <2.3), base (>=4.11 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10.8 && <0.11), case-insensitive (>=1.2.0 && <1.3), data-default-class (>=0.1 && <0.2), http2 (>=1.6 && <2.1), http2-client (>=0.9 && <0.10), http2-grpc-types (>=0.5 && <0.6), lifted-async (>=0.10 && <0.11), lifted-base (>=0.2 && <0.3), text (>=1.2 && <1.3), tls (>=1.4 && <1.6) [details]
License BSD-3-Clause
Copyright 2017 - 2019 Lucas DiCioccio, Alejandro Serrano
Author Lucas DiCioccio, Alejandro Serrano
Maintainer lucas@dicioccio.fr
Category Network
Home page https://github.com/haskell-grpc-native/http2-grpc-haskell/blob/master/http2-client-grpc/README.md
Source repo head: git clone https://github.com/haskell-grpc-native/http2-grpc-haskell
Uploaded by LucasDiCioccio at 2019-11-05T20:48:00Z
Distributions
Reverse Dependencies 9 direct, 1 indirect [details]
Downloads 6365 total (39 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-11-05 [all 1 reports]

Readme for http2-client-grpc-0.8.0.0

[back to package description]

http2-client-grpc

A native HTTP2 gRPC client library using http2-client.