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