Sha256: 2850f341839ec887ab3db4418eef762b48f49db2869883ca4093bac9ded61fc7
Contents?: true
Size: 867 Bytes
Versions: 4
Compression:
Stored size: 867 Bytes
Contents
# typed: strict #-- # 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 'datadog/core/vendor/multipart-post/multipart/post/parts' require 'datadog/core/vendor/multipart-post/multipart/post/composite_read_io' require 'datadog/core/vendor/multipart-post/multipart/post/multipartable' module Datadog module Core module Vendor module Net class HTTP class Put class Multipart < ::Net::HTTP::Put include Vendor::Multipart::Post::Multipartable end end class Post class Multipart < ::Net::HTTP::Post include Vendor::Multipart::Post::Multipartable end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems