Help for this page
sub upload { my ($url, $binary) = @_; ... return undef; }
sub create_content_reader { my ($gen, $len) = @_; ... return $chunk; } }