{"version":3,"file":"headers.cjs","names":[],"sources":["../../src/utils/headers.ts"],"sourcesContent":["/** HTTP header names used in the parquet server handler */\nexport const HeaderName = {\n  Accept: \"accept\",\n  AcceptRanges: \"accept-ranges\",\n  Allow: \"allow\",\n  Authorization: \"authorization\",\n  CacheControl: \"cache-control\",\n  Connection: \"connection\",\n  ContentLength: \"content-length\",\n  ContentRange: \"content-range\",\n  ContentType: \"content-type\",\n  Date: \"date\",\n  ETag: \"etag\",\n  IfMatch: \"if-match\",\n  IfModifiedSince: \"if-modified-since\",\n  IfNoneMatch: \"if-none-match\",\n  IfUnmodifiedSince: \"if-unmodified-since\",\n  LastModified: \"last-modified\",\n  Range: \"range\",\n  WWWAuthenticate: \"www-authenticate\",\n} as const;\n\n/** HTTP header values used in the parquet server handler */\nexport const HeaderValue = {\n  AcceptRanges: \"bytes\",\n  Allow: \"GET, HEAD\",\n  CacheControl: \"public, immutable, max-age=31536000\",\n  Connection: \"close\",\n  ContentType: \"application/octet-stream\",\n  WWWAuthenticate: 'Bearer realm=\"parquet-server\"',\n} as const;\n"],"mappings":";;AACA,MAAa,aAAa;CACxB,QAAQ;CACR,cAAc;CACd,OAAO;CACP,eAAe;CACf,cAAc;CACd,YAAY;CACZ,eAAe;CACf,cAAc;CACd,aAAa;CACb,MAAM;CACN,MAAM;CACN,SAAS;CACT,iBAAiB;CACjB,aAAa;CACb,mBAAmB;CACnB,cAAc;CACd,OAAO;CACP,iBAAiB;CAClB;;AAGD,MAAa,cAAc;CACzB,cAAc;CACd,OAAO;CACP,cAAc;CACd,YAAY;CACZ,aAAa;CACb,iBAAiB;CAClB"}