Skip to main content
Go to Latest
File
---host: <%= Deno.env.get('HOST') || 'https://faker.deno.dev' %>---###---name: ignoredignore: true---POST /pong?quiet=true&status=400content-type: application/json
{ "name": "pong asd", "verbose": true}
HTTP/1.1 203 OK

###---name: invalid url---POST https://invalid
HTTP/1.1 201 OK

###---name: invalid url2---POST https://invalid2
HTTP/1.1 201 OK