Sha256: cde4f373f2b8b6aa114307a30e03fb4e4f5d6647bfa692d924b6b8bc7ba5b1e1
Contents?: true
Size: 805 Bytes
Versions: 6
Compression:
Stored size: 805 Bytes
Contents
#-- # Copyright (c) 2007-2012 Nick Sieger. # See the file README.txt included with the distribution for # software license details. #++ require 'net/http' require 'stringio' require 'cgi' require 'ddtrace/vendor/multipart-post/multipart/post/parts' require 'ddtrace/vendor/multipart-post/multipart/post/composite_read_io' require 'ddtrace/vendor/multipart-post/multipart/post/multipartable' module Datadog module Vendor module Net class HTTP class Put class Multipart < ::Net::HTTP::Put include ::Datadog::Vendor::Multipart::Post::Multipartable end end class Post class Multipart < ::Net::HTTP::Post include ::Datadog::Vendor::Multipart::Post::Multipartable end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems