Overview
-
module Multipart
-
module Post
-
class CompositeReadIO
Concatenate together multiple IO objects into a single, composite IO object
-
module Multipartable
-
module Parts
-
module Part
-
class ParamPart
Represents a parametric part to be filled with given value.
-
class FilePart
Represents a part to be filled from file IO.
-
class EpiloguePart
Represents the epilogue or closing boundary.
-
-
class UploadIO
Convenience methods for dealing with files and IO that are to be uploaded.
-
-
-
module Net