Node.js Serverless Function²

Explore our features and enjoy your stay. 😊

Example Requests:

GET Request: This is the current page you are viewing

PUT Request: curl -X PUT "https://vercel.demo.function.serverless.aquataze.com/?name=Stan"

Response:

{"status":true,"message":"Hello Stan! PUT request handled successfully","method":"PUT"}

POST Request: curl -X POST "https://vercel.demo.function.serverless.aquataze.com/?name=Stan"

Response:

{"status":true,"message":"Hello Stan! POST request handled successfully","method":"POST"}