# frozen_string_literal: true # Copyright The 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'