Registry /
networking / gen-go-grpc-ecosystem-grpc-gateway-bufbuild-connect-go
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
grpcgatewayconnect
✓ buf.build/gen/go/grpc-ecosystem/grpc-gateway/bufbuild/connect-go
Creates a new Connect-Go client for the gRPC Gateway service.
package main
import (
"fmt"
grpcgatewayconnect "buf.build/gen/go/grpc-ecosystem/grpc-gateway/bufbuild/connect-go"
)
func main() {
client := grpcgatewayconnect.NewServiceClient(nil, "http://localhost:8080")
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.10.0-20260416204259-4836b6d55230.2latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.