How to Cache API response, with Hono JS & workers
Hello all newbie here, I am making an API where in an endpoint I am calling a third party API and sending a JSON response to the client.
I tried adding cache headers to the fetch API, but I am not able to see any
My approach
Home controller calls the api
i have set the cache-control headers, but cannot see the
I tried adding cache headers to the fetch API, but I am not able to see any
cf-cache-status in the headers. My approach
Home controller calls the api
i have set the cache-control headers, but cannot see the
cf-cache-status header can anyone tell me what am i doing wrong. also i am not using fetch exported by cloudflare.