Class
Net::HTTP::MultipartPost
In:
lib/net/http_multipart_post.rb
Parent:
Object
Methods
body
content_type
disposition
disposition_with_filename
disposition_with_name
encode_multipart_post_file
encode_multipart_post_files
encode_parameter
encode_parameters
extract_file_parameters_from
extract_non_file_parameters_from
file_content_type
final_boundary
multipart_post_file?
new
parameter_boundary
post
Constants
BOUNDARY
=
"MichaelNiessnerIsSuperDuperAwesome"
Attributes
multipart_post_files
[R]
params
[R]
url
[R]
Public Class methods
new
(url, params)
Public Instance methods
post
()
Protected Instance methods
body
()
content_type
()
disposition
(attribute)
disposition_with_filename
(name, filename)
disposition_with_name
(name)
encode_multipart_post_file
(name, multipart_post_file)
encode_multipart_post_files
()
encode_parameter
(key, value)
encode_parameters
()
extract_file_parameters_from
(hash)
extract_non_file_parameters_from
(hash)
file_content_type
(string)
final_boundary
()
multipart_post_file?
(object)
parameter_boundary
()
[Validate]