Function
send
This function may be used to either send an outgoing request over the network or to forward it to another component.
send: async func(request: request) -> result<response, error-code>;This function may be used to either send an outgoing request over the network or to forward it to another component.
send: async func(request: request) -> result<response, error-code>;