Functions
createHttpTransport
createHttpTransport(
config
):RpcTransport
Creates a function you can use to make POST
requests with headers suitable for sending JSON
data to a server.
Parameters
Parameter | Type |
---|---|
config | Config |
Returns
RpcTransport