提供 204 响应时,您是否为 GCP Out Bandwidth 付费?
Do you pay for GCP Out Bandwidth when serving 204 responses?
我有一个 GCP App Engine 运行,它为一堆带有 Cache-Control: public, max-age=86400
header 的 GET 端点提供服务。我注意到,响应通常由 Google 边缘网络提供,并使用 204
代码记录。
我的问题是,这些回复是否仍计入 Out Bandwith
配额,或者它们的处理方式不同?
当 Cache-Control 设置为 public.
时,Google 前端将缓存内容
Google 服务传送的流量计入您的网络出口配额和费用。 HTTP 204 响应是出口网络 activity。
我有一个 GCP App Engine 运行,它为一堆带有 Cache-Control: public, max-age=86400
header 的 GET 端点提供服务。我注意到,响应通常由 Google 边缘网络提供,并使用 204
代码记录。
我的问题是,这些回复是否仍计入 Out Bandwith
配额,或者它们的处理方式不同?
当 Cache-Control 设置为 public.
时,Google 前端将缓存内容Google 服务传送的流量计入您的网络出口配额和费用。 HTTP 204 响应是出口网络 activity。