Class: SPDY::Protocol::Control::Headers
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- SPDY::Protocol::Control::Headers
- Includes:
- Helpers
- Defined in:
- lib/spdy/protocol.rb
Instance Attribute Summary collapse
-
#uncompressed_data ⇒ Object
Returns the value of attribute uncompressed_data.
Instance Method Summary collapse
Methods included from Helpers
#build, #initialize_instance, #parse
Instance Attribute Details
#uncompressed_data ⇒ Object
Returns the value of attribute uncompressed_data.
200 201 202 |
# File 'lib/spdy/protocol.rb', line 200 def uncompressed_data @uncompressed_data end |
Instance Method Details
#create(opts = {}) ⇒ Object
207 208 209 |
# File 'lib/spdy/protocol.rb', line 207 def create(opts = {}) build({:type => 8, :len => 6}.merge(opts)) end |