Method: Protocol::HTTP2::Continued#end_headers?
- Defined in:
- lib/protocol/http2/continuation_frame.rb
#end_headers? ⇒ Boolean
32 33 34 |
# File 'lib/protocol/http2/continuation_frame.rb', line 32 def end_headers? flag_set?(END_HEADERS) end |