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-Typeheader helpers - mime negotiation - Optional decode output binary transformations (from
Uint8ArraytoBuffer/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,denoetc. - Plugins/helpers for servers:
express,koa,denoetc. - CI
- nodejs (
http/express/koa) + browsers (playwright) integration tests - deno + browsers (
playwright) integration tests
