Simple transport format
WARNING: WIP
- "Replace"
multipart/form-data
- Delivering and receiving rich data in a simple and optimal way
- nodejs
- browsers
- deno
-
null
- binary
-
JSON
(optional compression) -
JSON
(optional compression) + binary
- RFC / Specification
- Documentation
-
Accept
/Content-Type
header helpers - mime negotiation - Optional decode output binary transformations (from
Uint8Array
toBuffer
/Blob
/Whatever
) - Add more compression methods
- Add operating modes to produce and receive streams of:
- binary
-
JSON
(optional compression) -
JSON
(optional compression) + binary
- Plugins/helpers for clients:
fetch
,axios
,deno
etc. - Plugins/helpers for servers:
express
,koa
,deno
etc. - CI
- nodejs (
http
/express
/koa
) + browsers (playwright
) integration tests - deno + browsers (
playwright
) integration tests