alphax_http 1.0.0
alphax_http: ^1.0.0 copied to clipboard
A package:http compatibility bridge backed by AlphaXClient.
Changelog #
1.0.0 - 2026-08-30 #
- First stable release of the package:http compatibility bridge, preserving streamed mapping and borrowed AlphaXClient ownership from rc.5.
1.0.0-rc.5 - 2026-08-30 #
- Finalized
AlphaXHttpClientas the coordinated rc.5package:httpcompatibility seam for Chopper, GraphQL HTTP, generated clients, and other injectablehttp.Clientconsumers. - Preserved streamed request/response behavior, borrowed-client ownership, and standard package:http status/error semantics without adding framework-specific runtime dependencies.
1.0.0-rc.4 - 2026-08-30 #
- Added the AlphaX-backed
package:httpBaseClientcompatibility seam.