Callbackfy
Long http requests are expensive in the serverless word due they keep the function "up" until the response is obtained, and, serverless functions are usually billed by "cpu / ram time". Callbackfy aim to solve this problem by buffering the request and sending a callback when the result is complete.
Callbackfy endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Callback /callback |
Get a callback with the response of the requested call. |
Callbackfy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|