Skip to content

FetchedAppBundle

This content is not available in your language yet.

GET /t1/config 的一次结果:bundle(304 时 null,仅条件请求径)+ 缓存元信息

bundle: AppBundle | null;

解析后的 bundle;304 Not Modified 时 null(调用方沿用既有条目)


etag: string | undefined;

响应 ETag(原样,含引号/弱标记;下次条件请求原样回送)


maxAgeMs: number | undefined;

响应 Cache-Control max-age(ms);缺席 undefined


status: number;