@hackage spire-grpc0.1.0.1
gRPC wire protocol for spire services
Categories
License
BSD-3-Clause
Maintainer
Josh Burgess <joshburgess.webdev@gmail.com>
Links
Versions
Installation
Dependencies (9)
- base >=4.20 && <5
- bytestring >=0.11 && <0.13
- case-insensitive >=1.2 && <1.3
- containers >=0.6 && <0.8
- http-core >=0.1 && <0.2
- http-types >=0.12 && <0.13 Show all…
Dependents (3)
@hackage/acolyte-test, @hackage/acolyte-grpc, @hackage/acolyte
gRPC framing, status codes, and request/response handling built on spire + http-core. Provides the wire protocol layer: service/method dispatch, length-prefixed message framing, trailers-based status. . No protobuf dependency: serialization is pluggable. Use with proto-lens, binary, aeson, or any codec. . No WAI dependency: runs on spire-server's HTTP/2 transport.