PUT https://postman-echo.com/put
This test is to validate the response time. This Snippet is also available on the right sidebar under Response time is less than 200ms
.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"args": {},
"data": "This is expected to be sent back as part of response body.",
"files": {},
"form": {},
"headers": {
"x-forwarded-proto": "https",
"host": "postman-echo.com",
"content-length": "58",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"cache-control": "no-cache",
"content-type": "text/plain",
"cookie": "sails.sid=s%3AK8csWt5VZ3Oalv85HiBtffDcrSOJ-RiP.V14RjjJqkOv8%2BLXuHRmZ9l50G8S6eU16yLU%2F3N%2F0dKU",
"postman-token": "cc394095-6587-4079-bcba-3705b175115d",
"user-agent": "PostmanRuntime/7.3.0",
"x-forwarded-port": "443"
},
"json": null,
"url": "https://postman-echo.com/put"
} |