steren / cache-control

Simple server returning cache-control headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cache-control

Simple server returning responses with cache-control headers set via query parameters.

Learn more about cache-control headers on MDN or Google Web Fundamentals.

Run on Google Cloud

Deploy to Cloud Run

To deploy to Cloud Run, use the buttom above, or the following steps:

  • Build with gcloud builds submit --tag gcr.io/[your-gcp-project]/cache-control
  • Deploy with gcloud run deploy --image gcr.io/[your-gcp-project]/cache-control

About

Simple server returning cache-control headers.

License:Apache License 2.0


Languages

Language:JavaScript 85.0%Language:Dockerfile 15.0%