class DockerRegistry2::Blob

def initialize(headers, body)

def initialize(headers, body)
  @headers = headers
  @body = body
end