Method: Protocol::HTTP2::Framer#write_connection_preface
- Defined in:
- lib/protocol/http2/framer.rb
#write_connection_preface ⇒ Object
Write the HTTP/2 connection preface to the stream.
73 74 75 |
# File 'lib/protocol/http2/framer.rb', line 73 def write_connection_preface @stream.write(CONNECTION_PREFACE) end |