connectrpc.com
connectrpc.com copied to clipboard
Docs, governance, and RFCs for Connect: Protobuf RPC that works.
Port `/implementing-services` section to v2.
Similar to https://github.com/connectrpc/otelconnect-go/pull/176.
- [x] Clients: Document the `timeoutMs` option: How to catch; Interop with gRPC; Code deadline_exceeded. - [ ] Clients: Document common use cases for interceptors. - [x] Web clients: Document...
Hi! I encountered an error on a server stream call that is not well documented. The full discussion is here: https://github.com/connectrpc/connect-go/discussions/757 To summarize, the `WriteTimeout` on the `http.Server` caused me...
The spec describes valid requests and a valid responses, but, aside from how to handle an invalid content-type for streams or unsupported message codec for unary, it does not indicate...
[Section 4.2.8 of RFC 6838](https://datatracker.ietf.org/doc/html/rfc6838#section-4.2.8) discusses the use of “+…” suffixes on media types (called “Structured Syntax Name Suffixes”). In particular, it includes two statements that make Connect's use of...
**Describe the bug** Hi. I'm the author of [`axum-connect`](https://github.com/AThilenius/axum-connect), which supports server-streaming RPC handlers. I am however running in circles trying to figure out what the official spec is for...
At the moment, the documentation contains a non-trivial example for Kotlin, which is a little counterintuitive. I propose the documentation offer "hello world"-style examples that only focus on the specific...
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 1.2.1. Release notes Sourced from image-size's releases. v1.2.1 Fixes fix potential Denial of Service via specially crafted payloads in https://github.com/image-size/image-size/commit/640a67d9e821baee4cb596def8db00627f649dfc Full Changelog: https://github.com/image-size/image-size/compare/v1.2.0...v1.2.1 Commits a4178fb...