/ -
This page/ip -
Returns Origin IP/user-agent -
Returns user-agent/headers -
Returns headers/get -
Returns GET data/post -
Returns POST data/patch -
Returns PUT data/put -
Returns PUT data/delete -
Returns DELETE data/status/:code -
Returns given HTTP Status code/basic-auth/:user/:passwd -
HTTP Basic Auth Challenge/bearer-auth/:token -
Bearer Auth Challenge/response-headers -
Returns given response headers/redirect/:n -
302 Redirects n times/redirect-to -
302 Redirects to the url= URL/absolute-redirect/:n -
302 Absolute redirects n times/relative-redirect/:n -
302 Relative redirects n times/cookies -
Returns cookie data/cookies/set -
Sets one or more simple cookies/delay/:n -
Delays responding for min(n, 10) seconds/cache -
Returns 200 unless an If-Modified-Since or If-None-Match header is provided, then it returns a 304/cache/:n -
Sets a Cache-Control header for n seconds/bytes/:n -
Generates n random bytes of binary data, accepts optional seed integer parameter/stream-bytes/:n -
Streams n random bytes of binary data, accepts optional seed and chunk_size integer parameters