Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.34 KB

postman-echo.org

File metadata and controls

44 lines (36 loc) · 1.34 KB

Postman Echo API

template https://postman-echo.com

GZIP test

get /gzip Accept-Encoding: gzip

Stream test

get /stream/5

Post

post /post Content-Type: application/json

{ “hello”: 1, “bye”: {} }

Post (raw text)

template Content-Type: text/plain

{{(verb-read-file “../test/test.txt”)}}

Status code

get /status/{{(read-number “Status: “)}}