Skip to content

Commit f4a2f23

Browse files
docs: include request validation in TS server description
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7c79d2f commit f4a2f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This starts a working HTTP API with JSON endpoints and OpenAPI docs - all genera
3636
| `protoc-gen-go-http` | Go HTTP handlers with routing, request binding, and validation |
3737
| `protoc-gen-go-client` | Type-safe Go HTTP clients with functional options and per-call customization |
3838
| `protoc-gen-ts-client` | TypeScript HTTP clients with full type safety, header helpers, and error handling |
39-
| `protoc-gen-ts-server` | TypeScript HTTP servers with header validation, using the Web Fetch API — works with Node, Deno, Bun, Cloudflare Workers |
39+
| `protoc-gen-ts-server` | TypeScript HTTP servers with request and header validation, using the Web Fetch API — works with Node, Deno, Bun, Cloudflare Workers |
4040
| `protoc-gen-openapiv3` | OpenAPI v3.1 specs that stay in sync with your code, one file per service |
4141

4242
**Validation and error handling — built in, not bolted on:**

0 commit comments

Comments
 (0)