class Protocol::HTTP::Headers

def trailer?

@returns Whether there are any trailers.
def trailer?
	@tail != nil
end