11 lines
331 B
Markdown
11 lines
331 B
Markdown
|
|
# @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.
|