Factory for creating HTTP clients with automatic injection of:
serializer (EJSON-compatible)
error registry (from Store)
async contexts (from Store)
Note: Node streaming clients are exposed via the Node entry only
(see createHttpSmartClient/createHttpMixedClient in @bluelibs/runner/node).
Keeping this universal factory browser-safe avoids dynamic imports.
Factory for creating HTTP clients with automatic injection of:
Note: Node streaming clients are exposed via the Node entry only (see createHttpSmartClient/createHttpMixedClient in
@bluelibs/runner/node
). Keeping this universal factory browser-safe avoids dynamic imports.