Skip to main content
Go to Latest
File
---host: <%= Deno.env.get('HOST_HTTPBIN') || 'https://httpbin.org' %>---###
GET /html
###
GET /status/204
###GET /gzip
###POST /status/400Content-Type: text/plain
must throw
HTTP/1.1 200 OK
###POST /anythingContent-Type: text/plain
hola mundo
HTTP/1.1 200 OKContent-Type: application/json
["hello"]