class HTTP::Request::Body

def initialize(source)

def initialize(source)
  @source = source
  validate_source_type!
end