Sparrow6.git | examples/dsl/active/asserts-http-ok/ | sparrowfile
if os() ~~ / ubuntu || debian / {
service-start 'nginx';
http-ok;
http-ok %( no-proxy => True , path => '/' , port => 80 );
}
http-ok 'https://raku.org', %( has-content => '"Raku Programming Language"' );