Anything passed in request
Returns anything passed in request data.
get
https://httpbin.org/anything
Response
200
Response
200
get/anything
200
Returns anything passed in request data.
patch
https://httpbin.org/anything
Response
200
Response
200
Anything passed in request
patch/anything
200
Returns anything passed in request data.
post
https://httpbin.org/anything
Response
200
Response
200
Anything passed in request
post/anything
200
Returns anything passed in request data.
put
https://httpbin.org/anything
Response
200
Response
200
Anything passed in request
put/anything
200
Returns anything passed in request data.
trace
https://httpbin.org/anything
Response
200
Response
200
Anything passed in request
trace/anything
200