alphax_http 1.0.1
alphax_http: ^1.0.1 copied to clipboard
package:http Client bridge backed by AlphaXClient for Chopper, GraphQL HTTP, and injectable SDKs.
Changelog #
1.0.1 - 2026-08-31 #
- Refreshed stable package metadata and documentation links; no runtime or public API changes.
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.