Skip to main content
Module

x/tepi/http/line.http

A .http Test Runner
Go to Latest
File
---host: <%= Deno.env.get('HOST') || 'https://faker.deno.dev' %>---###---id: needs404needs: 404---POST /pong?status=202quiet: true
hola
HTTP/1.1 202 Accepted
<%= body %>###---id: 404---
GET /pong?status=404quiet: true
HTTP/1.1 404 Not Found
###---id: 400---
GET /pong?status=400quiet: true
HTTP/1.1 400 Bad Request