MCPcopy
hub / github.com/Effect-TS/effect / ATTR_HTTP_REQUEST_HEADER

Function ATTR_HTTP_REQUEST_HEADER

packages/platform/src/internal/httpClient.ts:29–29  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

27import * as internalResponse from "./httpClientResponse.js"
28
29const ATTR_HTTP_REQUEST_HEADER = (key: string): string => `http.request.header.${key}`
30const ATTR_HTTP_REQUEST_METHOD = "http.request.method"
31const ATTR_HTTP_RESPONSE_HEADER = (key: string): string => `http.response.header.${key}`
32const ATTR_HTTP_RESPONSE_STATUS_CODE = "http.response.status_code"

Callers 1

makeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected