Skip to main content
Module

x/tepi/http/command.http

A .http Test Runner
Go to Latest
File
---host: <%= Deno.env.get('HOST') || 'https://faker.deno.dev' %>
---
###---id: run command with requestcommand: echo "with request" && sleep 2 && echo "2s"---GET /?delay=1000x-quiet: true
###
---id: run command without requestcommand: echo "without request"---###---id: fail commandcommand: echo "fail command" && exit 133---###
---id: log to stderrcommand: sh toStderr.shignore: true---
###---id: run command without stdouttimeout: 2000command: sleep 5ignore: true---