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: 204 No Content---GET /pong?status=204quiet: true
HTTP/1.1 204 No Content
###---id: 203 Non-Authoritative Informationonly: <%= !!Deno.env.get('TEST_ONLY') %>---
GET /pong?status=203quiet: true
HTTP/1.1 203 Non Authoritative Information###