chromium/third_party/blink/renderer/platform/network/http_names.json5

{
  metadata: {
    namespace: "http_names",
    export: "PLATFORM_EXPORT",
  },

  data: [
    "GET",
    "HEAD",
    "POST",
    "DELETE",
    "OPTIONS",
    "PUT",
    "Accept",
    "Accept-CH",
    "Accept-Language",
    "Access-Control-Allow-External",
    "Access-Control-Allow-Headers",
    "Access-Control-Allow-Methods",
    "Access-Control-Allow-Origin",
    "Access-Control-Allow-Credentials",
    "Access-Control-Expose-Headers",
    "Access-Control-Max-Age",
    "Access-Control-Request-External",
    "Access-Control-Request-Headers",
    "Access-Control-Request-Method",
    "Allow-CSP-From",
    "Attribution-Reporting-Info",
    "Attribution-Reporting-Register-OS-Source",
    "Attribution-Reporting-Register-OS-Trigger",
    "Attribution-Reporting-Register-Source",
    "Attribution-Reporting-Register-Trigger",
    "Authorization",
    "Cache-Control",
    "Content-DPR",
    "Content-Disposition",
    "Content-Encoding",
    "Content-Language",
    "Content-Security-Policy",
    "Content-Security-Policy-Report-Only",
    "Content-Type",
    "Delegate-CH",
    "Document-Policy",
    "Document-Policy-Report-Only",
    "ETag",
    "Expect-CT",
    "Expires",
    "Date",
    "Feature-Policy",
    "Feature-Policy-Report-Only",
    "If-Match",
    "If-Modified-Since",
    "If-None-Match",
    "If-Range",
    "If-Unmodified-Since",
    "Last-Event-ID",
    "Last-Modified",
    "Link",
    "Location",
    "Origin",
    "Origin-Trial",
    "Origin-Agent-Cluster",
    "No-Vary-Search",
    "Permissions-Policy",
    "Permissions-Policy-Report-Only",
    "Ping-From",
    "Ping-To",
    "Pragma",
    "Range",
    "Referer",
    "Referrer-Policy",
    "Refresh",
    "Resource-Freshness",
    "Require-Document-Policy",
    "Save-Data",
    "Sec-Purpose",
    "Sec-Shared-Storage-Writable",
    "Server-Timing",
    "Speculation-Rules",
    "SourceMap",
    "Timing-Allow-Origin",
    "Upgrade-Insecure-Requests",
    "User-Agent",
    "Vary",
    "X-Content-Type-Options",
    "X-DNS-Prefetch-Control",
    "X-Frame-Options",
    "X-SourceMap",
    "X-XSS-Protection",

    {name: "age", Symbol: "kLowerAge"},
    {name: "cache-control", Symbol: "kLowerCacheControl"},
    {name: "content-type", Symbol: "kLowerContentType"},
    {name: "content-length", Symbol: "kLowerContentLength"},
    {name: "content-disposition", Symbol: "kLowerContentDisposition"},
    {name: "content-range", Symbol: "kLowerContentRange"},
    {
      name: "cross-origin-embedder-policy",
      Symbol: "kLowerCrossOriginEmbedderPolicy",
    },
    {name: "date", Symbol: "kLowerDate"},
    {name: "dark", Symbol: "kDark"},
    {name: "device-memory", Symbol: "kDeviceMemory_DEPRECATED"},
    {name: "downlink", Symbol: "kDownlink_DEPRECATED"},
    {name: "dpr", Symbol: "kDpr_DEPRECATED"},
    {name: "ect", Symbol: "kEct_DEPRECATED"},
    {name: "etag", Symbol: "kLowerETag"},
    {name: "expires", Symbol: "kLowerExpires"},
    {name: "last-modified", Symbol: "kLowerLastModified"},
    {name: "light", Symbol: "kLight"},
    {name: "no-preference", Symbol: "kNoPreference"},
    {name: "on", Symbol: "kOn"},
    {name: "pragma", Symbol: "kLowerPragma"},
    {name: "range", Symbol: "kLowerRange"},
    {name: "reduce", Symbol: "kReduce"},
    {name: "rtt", Symbol: "kRtt_DEPRECATED"},
    {name: "sec-ch-device-memory", Symbol: "kDeviceMemory"},
    {name: "sec-ch-dpr", Symbol: "kDpr"},
    {name: "sec-ch-prefers-color-scheme", Symbol: "kPrefersColorScheme"},
    {name: "sec-ch-prefers-reduced-motion", Symbol: "kPrefersReducedMotion"},
    {name: "sec-ch-prefers-reduced-transparency", Symbol: "kPrefersReducedTransparency"},
    {name: "sec-ch-ua", Symbol: "kUA"},
    {name: "sec-ch-ua-arch", Symbol: "kUAArch"},
    {name: "sec-ch-ua-bitness", Symbol: "kUABitness"},
    {name: "sec-ch-ua-form-factors", Symbol: "kUAFormFactors"},
    {name: "sec-ch-ua-full-version", Symbol: "kUAFullVersion"},
    {name: "sec-ch-ua-full-version-list", Symbol: "kUAFullVersionList"},
    {name: "sec-ch-ua-mobile", Symbol: "kUAMobile"},
    {name: "sec-ch-ua-model", Symbol: "kUAModel"},
    {name: "sec-ch-ua-platform", Symbol: "kUAPlatform"},
    {name: "sec-ch-ua-platform-version", Symbol: "kUAPlatformVersion"},
    {name: "sec-ch-ua-wow64", Symbol: "kUAWoW64"},
    {name: "sec-ch-viewport-height", Symbol: "kViewportHeight"},
    {name: "sec-ch-viewport-width", Symbol: "kViewportWidth"},
    {name: "sec-ch-width", Symbol: "kResourceWidth"},
    {name: "set-cookie", Symbol: "kLowerSetCookie"},
    {name: "viewport-width", Symbol: "kViewportWidth_DEPRECATED"},
    {name: "width", Symbol: "kResourceWidth_DEPRECATED"},
  ],
}