Function
handle
This function may be called with either an incoming request read from the network or a request synthesized or forwarded by another component.
handle: async func(request: request) -> result<response, error-code>;This function may be called with either an incoming request read from the network or a request synthesized or forwarded by another component.
handle: async func(request: request) -> result<response, error-code>;