Sha256: fb76cdb4c0771095abc6eb5ff921848fedf737c5e01abe6688bcd228dbbfd6ba
Contents?: true
Size: 313 Bytes
Versions: 43
Compression:
Stored size: 313 Bytes
Contents
module Datadog module Transport module HTTP module API # Specification for an HTTP API # Defines behaviors without specific configuration details. class Spec def initialize yield(self) if block_given? end end end end end end
Version data entries
43 entries across 43 versions & 2 rubygems