Godoc
Connect’s Go API is extensively documented — see pkg.go.dev for more details.
The connectrpc.com/connect/v2 module is split into a small set of packages:
- connectrpc.com/connect/v2 — the runtime core, imported by generated code
- connectrpc.com/connect/v2/connecthttp — the
net/httptransport and server bindings - connectrpc.com/connect/v2/connectproto — the Protobuf binary and JSON codecs and error-detail helpers
- connectrpc.com/connect/v2/connectgzip — the gzip compressor
- connectrpc.com/connect/v2/connectinprocess — the in-process transport