You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{compose}from'next-api-compose'exportdefaultcompose([preWithBar,preWithFoo],[postWithBar,postWithFoo],(request,response)=>{const{ foo, bar }=requestresponse.status(200).json({ foo, bar })})
Some of the reasons:
Logging
APM performance tracing
fetch.waitUntil() to trigger custom business logic (purge/refresh cache, CRUD events)
Analytics
HTTP Edge Cache storage of the response body
The text was updated successfully, but these errors were encountered:
Suggestion:
Some of the reasons:
The text was updated successfully, but these errors were encountered: