Method: HTTP::Protocol::HTTP2::Stream#id
- Defined in:
- lib/http/protocol/http2/stream.rb
#id ⇒ Object (readonly)
Stream ID (odd for client initiated streams, even otherwise).
94 95 96 |
# File 'lib/http/protocol/http2/stream.rb', line 94 def id @id end |