golang-connectrpc-connect 1.13.0-1ubuntu0.24.04.3 source package in Ubuntu

Changelog

golang-connectrpc-connect (1.13.0-1ubuntu0.24.04.3) noble-security; urgency=medium

  * No change rebuild due to golang-1.22 update

 -- Evan Caville <email address hidden>  Mon, 21 Jul 2025 12:20:52 +1000

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
golang-connectrpc-connect_1.13.0.orig.tar.gz 138.5 KiB 0d501f79a8e3c5190b74a95bb927073d6ddd97e35dee009c52b14be5bfd648f9
golang-connectrpc-connect_1.13.0-1ubuntu0.24.04.3.debian.tar.xz 2.7 KiB d062e0689d54da7cc1e77d31cbd1feff1e0a1b9069be60f4e3ca030c8b6e8a04
golang-connectrpc-connect_1.13.0-1ubuntu0.24.04.3.dsc 2.5 KiB 0d1b1c768f971acf65a09138f85d6013d7eb438985a1eccd351ac83bc388c028

View changes file

Binary packages built by this source

golang-connectrpc-connect-dev: Go implementation of Connect (library)

 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: 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-dbgsym: debug symbols for protoc-gen-connect-go