RSS Git Download  Clone
Raw Blame History
// cache headers has to have a x- prefix
export enum CachingHeaders {
  NoCache = "x-p3x-no-cache"
}