Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.57 KB

File metadata and controls

36 lines (23 loc) · 1.57 KB

Protocol Specifications

Protocol specifications referenced by the connectrpc implementation. The spec documents themselves are not committed (third-party content) — fetch them locally with task specs:fetch.

Files

  • connect-protocol.md - The Connect Protocol Reference from connectrpc.com. This is the primary specification for the Connect protocol.

  • grpc-http2-protocol.md - The gRPC over HTTP/2 Protocol specification. The native gRPC protocol that Connect is designed to interoperate with.

  • grpc-web-protocol.md - The gRPC-Web Protocol specification. Connect servers can also support gRPC-Web clients.

Sources

Related Specifications

For a complete implementation, you may also need to reference:

Fetching

task specs:fetch

This pulls the latest versions from the source repositories via the GitHub API. Re-run to refresh.