Libraries
»
protocol-http
(0.23.1)
»
Index
»
Protocol
»
HTTP
»
Headers
»
#trailer?
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