Supported Protocols
| Protocol | Transport | Use case |
|---|---|---|
| REST | HTTP/1.1 or HTTP/2 | curl, any HTTP client |
| gRPC | HTTP/2 (h2c) | Go, Java, Python gRPC clients |
| Connect | HTTP/1.1 or HTTP/2 | connectrpc clients (Go, TypeScript) |
| gRPC-Web | HTTP/1.1 or HTTP/2 | Browser clients |
REST
Standard HTTP — works with curl, fetch, or any HTTP library:gRPC
Connect using any gRPC client with h2c (plaintext HTTP/2):Connect (connectrpc)
Proto Definition
The service is defined inproto/stashy/v1alpha1/stashy.proto. Regenerate with: