Sha256: a8d5bfbecd774f5d7825459caa3de80bbb85a4c14e3fa6f8eaa0d86fc3609a44
Contents?: true
Size: 336 Bytes
Versions: 40
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true module Datadog module Core module Telemetry module Http # Data structure for an HTTP request class Env attr_accessor :path, :body attr_writer :headers def headers @headers ||= {} end end end end end end
Version data entries
40 entries across 40 versions & 2 rubygems