Method: Protocol::HTTP2::Stream#priority=
- Defined in:
- lib/protocol/http2/stream.rb
#priority=(priority) ⇒ Object
Change the priority of the stream both locally and remotely.
406 407 408 409 |
# File 'lib/protocol/http2/stream.rb', line 406 def priority= priority send_priority(priority) update_priority(priority) end |