Sha256: c8c80e362d45686a3a2d914854c139dceba67fc4f4c9f704056a4f5de86a9ed7
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true # Copyright 2020 OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 module OpenTelemetry module Common # HTTP contains common helpers for context propagation and semantic conventions. module HTTP end end end require_relative './http/client_context'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opentelemetry-common-0.10.0 | lib/opentelemetry/common/http.rb |
opentelemetry-common-0.9.0 | lib/opentelemetry/common/http.rb |