net .alg .httpServer "+" via { 2002 } +port { ":" via :url dump [ { :url "/" eq } { "Hallo Welt!Test" "text/html" :ok } { :url "/test" eq } { "Test!" "text/html" :ok } { :url "/post" eq } { "" :body "" cat cat "text/html" :ok } ] conds } +request +run