Help for this page

Select Code to Download


  1. or download this
    use Cro::HTTP::Router;
    use Cro::HTTP::Server;
    ...
        $service.stop;
        exit;
    }
    
  2. or download this
    use Cro::WebSocket::Client;
    
    ...
            CATCH { say "Error sending <$command>: {.message}" }
        }
    };