Examples
Copy-paste recipes for common tasks. See Backend Recipes for longer end-to-end patterns.
| Example | Shows |
|---|---|
| REST API Request | Basic typed GET/POST. |
| Auth Token | Attach and refresh bearer tokens. |
| File Upload | Multipart upload with progress. |
| Request Retry | Retry policy in practice. |
| OTel Tracing | OpenTelemetry spans. |
| Schema Validation | Validate responses with a schema. |
| Docker Socket Request | Talk to a Unix domain socket. |
| Backend Recipes | End-to-end service patterns. |