Skip to main content
Module

x/tepi/http/only.http

A .http Test Runner
Go to Latest
File
---host: <%= Deno.env.get("HOST") || "https://faker.deno.dev "%>---###---id: no ignored---GET /pong?status=204quiet: true
HTTP/1.1 204 No Content
###---id: ignoredonly: <%= !!Deno.env.get('TEST_ONLY') %>---
GET /pong?status=203quiet: true
HTTP/1.1 203 Non Authoritative Information###
---id: should fail---
GET /pong?body=<%= notFoundVariableShouldThrow %>