Skip to content

30 minute project to create a service to help you troubleshoot HTTP requests.

License

Notifications You must be signed in to change notification settings

opdev-io/post-echo

Repository files navigation

POST Echo

30 minute project to create a service to help you troubleshoot HTTP requests.

Image of main web page

Simply send a request to /api/echo and it will return a JSON response that echo's your request data and headers.

No data, information, or anything else is stored on the server.

Supported HTTP methods:

  • GET
  • POST
  • PATCH
  • PUT
  • DELETE

Seriously, don't expect much, this was made in under an hour.