套件:protoc-gen-connect-go(1.13.0-1 以及其他的)
protoc-gen-connect-go 的相關連結
Debian 的資源:
下載原始碼套件 golang-connectrpc-connect:
- [golang-connectrpc-connect_1.13.0-1.dsc]
- [golang-connectrpc-connect_1.13.0.orig.tar.gz]
- [golang-connectrpc-connect_1.13.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-grpc-ecosystem-go-grpc-middleware-dev
- protoc-gen-go-grpc
- protoc-gen-go
- golang-github-victoriametrics-easyproto-dev
- golang-github-go-chi-chi-dev
- golang-google-genproto-dev
- pushpin
- python3-httpx
- golang-github-googleapis-gnostic-dev
- golang-github-inconshreveable-muxado-dev
- protobuf-c-compiler
Go implementation of Connect (protobuf plugin)
Connect is a slim library for building browser and gRPC-compatible HTTP APIs. You write a short Protocol Buffer schema and implement your application logic, and Connect generates code to handle marshaling, routing, compression, and content type negotiation. It also generates an idiomatic, type-safe client. Handlers and clients support three protocols: gRPC, gRPC-Web, and Connect's own protocol.
The Connect protocol is a simple protocol that works over HTTP/1.1 or HTTP/2. It takes the best portions of gRPC and gRPC-Web, including streaming, and packages them into a protocol that works equally well in browsers, monoliths, and microservices. Calling a Connect API is as easy as using curl.
protoc-gen-connect-go is a plugin for the Protobuf compiler that generates Go code for Connect.
其他與 protoc-gen-connect-go 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: protobuf-compiler
- compiler for protocol buffer definition files