Method: Protocol::HTTP2::Frame#inspect
- Defined in:
- lib/protocol/http2/frame.rb
#inspect ⇒ Object
204 205 206 |
# File 'lib/protocol/http2/frame.rb', line 204 def inspect "\#<#{self.class} stream_id=#{@stream_id} flags=#{@flags} #{self.unpack}>" end |