{"message":"joaosgomes hono-cf-pages available endpoints:","endpoints":[{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/","description":"Get a list of all available endpoints"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/text","description":"Get text message"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/items","description":"Get all items"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/items/:id","description":"Get a specific item by ID"},{"method":"POST","path":"https://hono-cf-pages.joaosilvagomes.dev/items","description":"Post a new item"},{"method":"DELETE","path":"https://hono-cf-pages.joaosilvagomes.dev/items/:id","description":"Delete a specific item by ID"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/no-cache-control","description":"Endpoint without Cache Control Header"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/no-cache","description":"Endpoint with Header Cache-Control: private, no-cache, max-age=0, Pragma, no-cache"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?","description":"Dynamically set the Cache-Control header for the response based on query parameters. Specify caching behaviors like `max-age`, `no-cache`, or `public` to control how your content is cached."},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='max-age=3600'","description":"Set Cache-Control: max-age=3600"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='no-cache'","description":"Set Cache-Control: no-cache"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='private,max-age=600'","description":"Set Cache-Control: private, max-age=600"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='no-store'","description":"Set Cache-Control: no-store"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='immutable,max-age=86400'","description":"Set Cache-Control: immutable, max-age=86400"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='max-age=300,stale-while-revalidate=600'","description":"Set Cache-Control: max-age=300, stale-while-revalidate=600"},{"method":"GET","path":"https://hono-cf-pages.joaosilvagomes.dev/custom-cache.jpeg?cacheControl='public,max-age=1800'","description":"Set Cache-Control: public, max-age=1800"}]}