class Protocol::HTTP::Body::File

def self.open(path, *arguments, **options)

def self.open(path, *arguments, **options)
	self.new(::File.open(path, MODE), *arguments, **options)
end