Method: Protocol::HTTP2::HeadersFrame#inspect
- Defined in:
- lib/protocol/http2/headers_frame.rb
#inspect ⇒ Object
82 83 84 |
# File 'lib/protocol/http2/headers_frame.rb', line 82 def inspect "\#<#{self.class} stream_id=#{@stream_id} flags=#{@flags} #{@length}b>" end |