@hackage grpc-spec1.0.0
Implementation of the pure part of the gRPC spec
Categories
License
BSD-3-Clause
Maintainer
edsko@well-typed.com
Links
Versions
- 1.0.0 Wed, 22 Jan 2025
Installation
Tested Compilers
Dependencies (25)
- aeson >=1.5 && <2.3
- base >=4.14 && <4.22
- base16-bytestring >=1.0 && <1.1
- base64-bytestring >=1.2 && <1.3
- binary >=0.8 && <0.9
- bytestring >=0.10.12 && <0.13 Show all…
Dependents (2)
@cardano/cardano-rpc, @hackage/grapesy
Package Flags
snappy
(on by default)
Enable snappy compression capabilities
This is an implementation of the pure part of the core gRPC
spec at https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md.
This is by no means a full gRPC implementation, but can be
used as the basis for one; see grapesy for a full
implementation.