class Protocol::HTTP::Headers

def trailer?

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