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

###---name: xml---POST /ponglog-level: criticalhost: faker.deno.devcontent-type: application/xml
<xml> <name>pong asd</name> <verbose>true</verbose></xml>HTTP/1.1 201 OK


###---name: yaml---
POST /pongx-quiet: trueContent-Type: application/x-yaml
name: pong asdlist: - 1 - 2 - 3obj: {a: 1, b: 2}


HTTP/1.1 200 OK

###---redirect: manualname: redirect---GET /image/avatarlog-level: critical