Method: Protocol::HTTP::Headers#trailer?

Defined in:
lib/protocol/http/headers.rb

#trailer?Boolean

Returns:

  • (Boolean)


105
106
107
# File 'lib/protocol/http/headers.rb', line 105

def trailer?
	@tail != nil
end