class Async::HTTP::Body::Statistics

def total_duration

def total_duration
	if @end_time
		@end_time - @start_time
	end
end