add swift transport support package

This commit is contained in:
2026-04-20 10:55:21 +00:00
commit 9e4c490a22
7 changed files with 438 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# @api.global/swiftsupport
Shared Swift support for `api.global` transports.
Current scope:
- typedrequest over `POST /typedrequest`
- typedsocket over WebSocket with typedrequest-style envelopes
This package is designed to be reused by Swift apps that talk to `@api.global/typedrequest` and `@api.global/typedsocket` servers.