Sha256: e6fa90c0b5d6ee69a1194a175e1ac23de1f727cc1e3ed20b5222ecd6db56da9f

Contents?: true

Size: 132 Bytes

Versions: 10

Compression:

Stored size: 132 Bytes

Contents

Multipart = Struct.new(:body) do
  def self.format
    :multipart
  end

  def self.content_type
    'multipart/form-data'
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hyperion_http-0.6.0 lib/hyperion/types/multipart.rb
hyperion_http-0.5.0 lib/hyperion/types/multipart.rb
hyperion_http-0.3.0 lib/hyperion/types/multipart.rb
hyperion_http-0.2.4 lib/hyperion/types/multipart.rb
hyperion_http-0.2.3 lib/hyperion/types/multipart.rb
hyperion_http-0.2.2 lib/hyperion/types/multipart.rb
hyperion_http-0.2.1 lib/hyperion/types/multipart.rb
hyperion_http-0.1.9 lib/hyperion/types/multipart.rb
hyperion_http-0.1.8 lib/hyperion/types/multipart.rb
hyperion_http-0.1.7 lib/hyperion/types/multipart.rb