Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tepi/http/host2.http

A .http Test Runner
Latest
File
---host: <%= Deno.env.get('HOST_HTTPBIN') || 'http://httpbin.org' %>---
###------GET /get<% assert(meta.host, "http://httpbin.org" ) %>