{"version":3,"file":"semantic-conventions.cjs","names":[],"sources":["../src/semantic-conventions.ts"],"sourcesContent":["import {\n  HTTPAttributes,\n  ServiceAttributes,\n  URLAttributes,\n} from './attributes/registry';\n\nexport { HTTPAttributes, ServiceAttributes, URLAttributes };\n\nexport function httpRequestHeaderAttribute(name: string): string {\n  return `http.request.header.${name.toLowerCase()}`;\n}\n\nexport function httpResponseHeaderAttribute(name: string): string {\n  return `http.response.header.${name.toLowerCase()}`;\n}\n"],"mappings":";;;;AAQA,SAAgB,2BAA2B,MAAsB;CAC/D,OAAO,uBAAuB,KAAK,YAAY;AACjD;AAEA,SAAgB,4BAA4B,MAAsB;CAChE,OAAO,wBAAwB,KAAK,YAAY;AAClD"}