routed_io 0.1.2
routed_io: ^0.1.2 copied to clipboard
dart:io HTTP(S) host transport for Routed — kept separate from routed_core for Cloudflare Workers and other non-dart:io hosts.
0.1.2 - 2026-08-25 #
- Expand Dartdoc for the public IO transport APIs, including host-neutral request/response flow, native versus portable serving, and adapter lifecycle examples.
0.1.1 #
- Verify native
dart:iorequest handling against the public Routed auth runtime conformance contract.
0.1.0 #
- Add
serveIo(...)andserveSecureIo(...)boot helpers for Routed apps. - Value edge:
portableRequestFromIo,writePortableResponseToIo,dispatchIoExchange→Engine.handlePortable. IoHttpConnection.toPortableRequest()helper.IoServerTransport.portableEdge/serveIo(portableEdge: …)for parity testing with Node-style portable dispatch (default remains native fast path).