Method: Protocol::HTTP2::Frame#write_header

Defined in:
lib/protocol/http2/frame.rb

#write_header(stream) ⇒ Object



186
187
188
# File 'lib/protocol/http2/frame.rb', line 186

def write_header(stream)
	stream.write self.header
end