Skip to main content
Go to Latest
File
---host: <%= Deno.env.get("HOST") || "https://faker.deno.dev "%>---###---name: 204 No Content---GET /pong?status=204quiet: true
HTTP/1.1 204 No Content
###---name: 203 Non-Authoritative Informationonly: <%= !!Deno.env.get('TEST_ONLY') %>---
GET /pong?status=203quiet: true
HTTP/1.1 203 Non Authoritative Information###