server_native 0.1.0
server_native: ^0.1.0 copied to clipboard
Rust-backed transport boot APIs for Dart HTTP servers.
Changelog #
All notable changes to server_native will be documented in this file.
0.1.0 #
- Initial release of
server_native. - Added
NativeHttpServerwithHttpServer-style bind/loopback APIs. - Added multi-bind helpers:
NativeMultiServerandNativeServerBind. - Added native callback and direct-request server modes.
- Added framework and transport benchmark harnesses and documentation.