NAME
Protocol::SPDY::Frame::Control::HEADERS - header update packet
VERSION
version 1.001
SYNOPSIS
DESCRIPTION
See Protocol::SPDY and Protocol::SPDY::Base.
type_name
The string type for this frame ('HEADERS').
new
Instantiate.
from_data
Instantiate from the given data.
stream_id
Which stream this frame applies to.
as_packet
Byte representation for this packet.
to_string
String representation, for debugging.
COMPONENTS
Further documentation can be found in the following modules:
Protocol::SPDY - top-level protocol object
Protocol::SPDY::Frame - generic frame class
Protocol::SPDY::Frame::Control - specific subclass for control frames
Protocol::SPDY::Frame::Data - specific subclass for data frames
INHERITED METHODS
- Protocol::SPDY::Frame::HeaderSupport
-
header, header_hashref_to_arrayref, header_line, header_list, headers, headers_as_hashref, headers_as_simple_hashref
- Protocol::SPDY::Frame::Control
-
compress, find_class_for_type, is_control, is_data, pairs_to_nv_header, type, uni, version
- Protocol::SPDY::Frame
-
bool overloading, extract_frame, extract_headers, fin, length, parse, type_string
AUTHOR
Tom Molesworth <cpan@perlsite.co.uk>
LICENSE
Copyright Tom Molesworth 2011-2015. Licensed under the same terms as Perl itself.