Returns an RPC client for the gRPC-Web protocol.
The definition of the service for which to implement a client.
The context connector to use to inject metadata (such as authentication/authorization metadata) to the RPC. If one wishes to not inject any metadata, [[ModuleRpcContextClient.EmptyClientContextConnector]] can used.
Various options to change the behavior of the client, include the address of the server to connect to.
Client-side implementation of the gRPC-Web protocol.
The gRPC-Web reference implementation of a JavaScript client, based on a Protocol Buffer codec, and also this TypeScript-first implementation of a gRPC-Web client, again with Protocol Buffers.
Copyright (c) Aiden.ai
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.