/cache-control

Simple server returning cache-control headers.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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